#9F2A17

Color #9F2A17 Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown #9F2A17

Tints of Brown #9F2A17

Color information

#9F2A17 (or 0x9F2A17) is unknown color: approx Brown. HEX triplet: 9F, 2A and 17. RGB value is (159,42,23). Sum of RGB (Red+Green+Blue) = 159+42+23=224 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.98% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 23 (9.38% from 255 or 10.27% from 224); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2A17 is #60D5E8. Grayscale: #4B4B4B. Windows color (decimal): -6346217 or 1518239. OLE color: 1518239.

HSL color Cylindrical-coordinate representation of color #9F2A17: hue angle of 8.38º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F2A17 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB1594223-
CMYK00.740.860.38
HSL8.38º74.73%35.69%-
HSV(B)8.38º85.53%62.35%-
XYZ15.289.091.76-
YUV74.8298.76188.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 70.98%
GREEN value IS 42 (16.80% from 255) = 18.75%
BLUE value IS 23 (9.38% from 255) = 10.27%
R=70.98%
G=18.75%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159422300.740.860.388.3874.7335.69
Hex9F2A1704A562684b24
Octal23752270112126461011344
Binary100111111010101011101001010101011010011010001001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F2A17; }

 p { color: rgb(159,42,23); }

 H1.HeaderClassName
 {
   color: #9F2A17;
 }
 .AnyTagClassName
 {
   color: #9F2A17;
 }
</style>
background-color css

<style>
 a { background-color: #9F2A17; }

 a { background-color: rgb(159,42,23); }

 div.DivClassName
 {
   background-color: #9F2A17;
 }
 .BgClassName
 {
   background-color: #9F2A17;
 }
</style>
border-color css

<style>
 span { border-color: #9F2A17; }

 span { border-color: rgb(159,42,23); }

 td.TdClassName
 {
   border-color: #9F2A17;
 }
 .TagClassName
 {
   border-color: #9F2A17;
 }
</style>