Color Hex Logo

#8b592a Color Hex

#8B592A
(139,89,42)
0 Favorites   0 Comments

Color spaces of #8b592a

RGB 1398942
HSL0.080.540.35
HSV29°70°55°
CMYK 0.000.360.70   0.45
XYZ14.637812.80093.8898
Yxy12.80090.46720.4086
Hunter Lab35.778310.416618.5989
CIE-Lab42.461716.018734.9263

#8b592a color RGB value is (139,89,42).

#8b592a hex color red value is 139, green value is 89 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #8b592a hue: 0.08 , saturation: 0.54 and the lightness value of 8b592a is 0.35.

The process color (four color CMYK) of #8b592a color hex is 0.00, 0.36, 0.70, 0.45. Web safe color of #8b592a is #996633. Color #8b592a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01011001 00101010
Octal 213 131 52
Decimal 139 89 42
Hex 8B 59 2A

RGB Percentages of Color #8b592a

%51.48
%32.96
%15.56

CMYK Percentages of Color #8b592a

%0
%36
%70
%45

Triadic Colors of #8b592a

#8b592a #2a8b59 #592a8b

Analogous Colors of #8b592a

#8b592a #8b8a2a #8b2a2c

Monochromatic Colors of #8b592a

#8b592a

Complementary Color

#8b592a #2a5c8b

#8b592a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b592a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b592a Color CSS Codes

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

#8b592a Text Font Color

<p style="color:#8b592a">Text here</p>

This sample text font color is #8b592a
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.


#8b592a Background Color

<div style="background-color:#8b592a">
Div content here</div>

This div background color is #8b592a


#8b592a Border Color

<div style="border:3px solid #8b592a">
Div here</div>

This div border color is #8b592a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,89,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8b592a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8b592a;
  -webkit-box-shadow: 1px 1px 3px 2px #8b592a;
  box-shadow:         1px 1px 3px 2px #8b592a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,89,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b592a


Comments

No comments written yet.

Please login to write comment.