Color Hex Logo

#9f5139 Color Hex

#9F5139
(159,81,57)
0 Favorites   0 Comments

Color spaces of #9f5139

RGB 1598157
HSL0.040.470.42
HSV14°64°62°
CMYK 0.000.490.64   0.38
XYZ17.979013.55125.5389
Yxy13.55120.48500.3656
Hunter Lab36.812022.758716.8473
CIE-Lab43.582330.199928.6225

#9f5139 color RGB value is (159,81,57).

#9f5139 hex color red value is 159, green value is 81 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #9f5139 hue: 0.04 , saturation: 0.47 and the lightness value of 9f5139 is 0.42.

The process color (four color CMYK) of #9f5139 color hex is 0.00, 0.49, 0.64, 0.38. Web safe color of #9f5139 is #996633. Color #9f5139 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 01010001 00111001
Octal 237 121 71
Decimal 159 81 57
Hex 9F 51 39

RGB Percentages of Color #9f5139

%53.54
%27.27
%19.19

CMYK Percentages of Color #9f5139

%0
%49
%64
%38

Triadic Colors of #9f5139

#9f5139 #399f51 #51399f

Analogous Colors of #9f5139

#9f5139 #9f8439 #9f3954

Monochromatic Colors of #9f5139

#9f5139

Complementary Color

#9f5139 #39879f

#9f5139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f5139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f5139 Color CSS Codes

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

#9f5139 Text Font Color

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

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


#9f5139 Background Color

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

This div background color is #9f5139


#9f5139 Border Color

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

This div border color is #9f5139


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,81,57, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9f5139; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9f5139;
  -webkit-box-shadow: 1px 1px 3px 2px #9f5139;
  box-shadow:         1px 1px 3px 2px #9f5139; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,81,57, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f5139


Comments

No comments written yet.

Please login to write comment.