Color Hex Logo

#9d552b Color Hex

#9D552B
(157,85,43)
0 Favorites   0 Comments

Color spaces of #9d552b

RGB 1578543
HSL0.060.570.39
HSV22°73°62°
CMYK 0.000.460.73   0.38
XYZ17.589213.83954.0297
Yxy13.83950.49610.3903
Hunter Lab37.201519.293819.6187
CIE-Lab44.001926.301936.8014

#9d552b color RGB value is (157,85,43).

#9d552b hex color red value is 157, green value is 85 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #9d552b hue: 0.06 , saturation: 0.57 and the lightness value of 9d552b is 0.39.

The process color (four color CMYK) of #9d552b color hex is 0.00, 0.46, 0.73, 0.38. Web safe color of #9d552b is #996633. Color #9d552b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 01010101 00101011
Octal 235 125 53
Decimal 157 85 43
Hex 9D 55 2B

RGB Percentages of Color #9d552b

%55.09
%29.82
%15.09

CMYK Percentages of Color #9d552b

%0
%46
%73
%38

Triadic Colors of #9d552b

#9d552b #2b9d55 #552b9d

Analogous Colors of #9d552b

#9d552b #9d8e2b #9d2b3a

Monochromatic Colors of #9d552b

#9d552b

Complementary Color

#9d552b #2b739d

#9d552b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d552b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d552b Color CSS Codes

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

#9d552b Text Font Color

<p style="color:#9d552b">Text here</p>

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


#9d552b Background Color

<div style="background-color:#9d552b">
Div content here</div>

This div background color is #9d552b


#9d552b Border Color

<div style="border:3px solid #9d552b">
Div here</div>

This div border color is #9d552b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,85,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9d552b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9d552b;
  -webkit-box-shadow: 1px 1px 3px 2px #9d552b;
  box-shadow:         1px 1px 3px 2px #9d552b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d552b


Comments

No comments written yet.

Please login to write comment.