Color Hex Logo

#72492c Color Hex

#72492C
(114,73,44)
0 Favorites   0 Comments

Color spaces of #72492c

RGB 1147344
HSL0.070.440.31
HSV25°61°45°
CMYK 0.000.360.61   0.55
XYZ9.77668.52433.5130
Yxy8.52430.44820.3908
Hunter Lab29.19648.678113.3035
CIE-Lab35.051814.220924.3501

#72492c color RGB value is (114,73,44).

#72492c hex color red value is 114, green value is 73 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #72492c hue: 0.07 , saturation: 0.44 and the lightness value of 72492c is 0.31.

The process color (four color CMYK) of #72492c color hex is 0.00, 0.36, 0.61, 0.55. Web safe color of #72492c is #663333. Color #72492c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01001001 00101100
Octal 162 111 54
Decimal 114 73 44
Hex 72 49 2C

RGB Percentages of Color #72492c

%49.35
%31.60
%19.05

CMYK Percentages of Color #72492c

%0
%36
%61
%55

Triadic Colors of #72492c

#72492c #2c7249 #492c72

Analogous Colors of #72492c

#72492c #726c2c #722c32

Monochromatic Colors of #72492c

#72492c

Complementary Color

#72492c #2c5572

#72492c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72492c Color Preview on White Background

Lorem ipsum dolor sit amet.

#72492c Color CSS Codes

.mybgcolor {background-color:#72492c; } 
.myforecolor {color:#72492c; }
.mybordercolor {border:3px solid #72492c; }

#72492c Text Font Color

<p style="color:#72492c">Text here</p>

This sample text font color is #72492c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#72492c Background Color

<div style="background-color:#72492c">
Div content here</div>

This div background color is #72492c


#72492c Border Color

<div style="border:3px solid #72492c">
Div here</div>

This div border color is #72492c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,73,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72492c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72492c;
  -webkit-box-shadow: 1px 1px 3px 2px #72492c;
  box-shadow:         1px 1px 3px 2px #72492c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,73,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #72492c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #72492c;
  -webkit-box-shadow: 1px 1px 3px 2px #72492c;
  box-shadow:         1px 1px 3px 2px #72492c;">
Div content here</div>

This div box has shadow with color #72492c


Comments

No comments written yet.

Please login to write comment.