Color Hex Logo

#9f410c Color Hex

#9F410C
(159,65,12)
0 Favorites   0 Comments

Color spaces of #9f410c

RGB 1596512
HSL0.060.860.34
HSV22°92°62°
CMYK 0.000.590.92   0.38
XYZ16.254711.17811.6487
Yxy11.17810.55890.3844
Hunter Lab33.433728.273820.4798
CIE-Lab39.878836.677446.8635

#9f410c color RGB value is (159,65,12).

#9f410c hex color red value is 159, green value is 65 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #9f410c hue: 0.06 , saturation: 0.86 and the lightness value of 9f410c is 0.34.

The process color (four color CMYK) of #9f410c color hex is 0.00, 0.59, 0.92, 0.38. Web safe color of #9f410c is #993300. Color #9f410c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 01000001 00001100
Octal 237 101 14
Decimal 159 65 12
Hex 9F 41 C

RGB Percentages of Color #9f410c

%67.37
%27.54
%5.08

CMYK Percentages of Color #9f410c

%0
%59
%92
%38

Triadic Colors of #9f410c

#9f410c #0c9f41 #410c9f

Analogous Colors of #9f410c

#9f410c #9f8b0c #9f0c21

Monochromatic Colors of #9f410c

#9f410c

Complementary Color

#9f410c #0c6a9f

#9f410c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f410c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f410c Color CSS Codes

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

#9f410c Text Font Color

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

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


#9f410c Background Color

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

This div background color is #9f410c


#9f410c Border Color

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

This div border color is #9f410c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f410c


Comments

No comments written yet.

Please login to write comment.