Color Hex Logo

#89551b Color Hex

#89551B
(137,85,27)
0 Favorites   0 Comments

Color spaces of #89551b

RGB 1378527
HSL0.090.670.32
HSV32°80°54°
CMYK 0.000.380.80   0.46
XYZ13.762911.89452.6074
Yxy11.89450.48690.4208
Hunter Lab34.488410.877319.6594
CIE-Lab41.048016.662840.7112

#89551b color RGB value is (137,85,27).

#89551b hex color red value is 137, green value is 85 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #89551b hue: 0.09 , saturation: 0.67 and the lightness value of 89551b is 0.32.

The process color (four color CMYK) of #89551b color hex is 0.00, 0.38, 0.80, 0.46. Web safe color of #89551b is #996633. Color #89551b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010101 00011011
Octal 211 125 33
Decimal 137 85 27
Hex 89 55 1B

RGB Percentages of Color #89551b

%55.02
%34.14
%10.84

CMYK Percentages of Color #89551b

%0
%38
%80
%46

Triadic Colors of #89551b

#89551b #1b8955 #551b89

Analogous Colors of #89551b

#89551b #86891b #891e1b

Monochromatic Colors of #89551b

#89551b

Complementary Color

#89551b #1b4f89

#89551b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89551b Color Preview on White Background

Lorem ipsum dolor sit amet.

#89551b Color CSS Codes

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

#89551b Text Font Color

<p style="color:#89551b">Text here</p>

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


#89551b Background Color

<div style="background-color:#89551b">
Div content here</div>

This div background color is #89551b


#89551b Border Color

<div style="border:3px solid #89551b">
Div here</div>

This div border color is #89551b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,85,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89551b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89551b;
  -webkit-box-shadow: 1px 1px 3px 2px #89551b;
  box-shadow:         1px 1px 3px 2px #89551b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,85,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89551b


Comments

No comments written yet.

Please login to write comment.