#9F4208

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

Shades of Saddle Brown #9F4208

Tints of Saddle Brown #9F4208

Color information

#9F4208 (or 0x9F4208) is unknown color: approx Saddle Brown. HEX triplet: 9F, 42 and 08. RGB value is (159,66,8). Sum of RGB (Red+Green+Blue) = 159+66+8=233 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.24% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4208 is #60BDF7. Grayscale: #575757. Windows color (decimal): -6340088 or 541343. OLE color: 541343.

HSL color Cylindrical-coordinate representation of color #9F4208: hue angle of 23.05º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F4208 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.38.

Color convert

RGB159668-
CMYK00.580.950.38
HSL23.05º90.42%32.75%-
HSV(B)23.05º94.97%62.35%-
XYZ16.2911.281.55-
YUV87.283.31179.22-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 68.24%
GREEN value IS 66 (26.17% from 255) = 28.33%
BLUE value IS 8 (3.52% from 255) = 3.43%
R=68.24%
G=28.33%
B=3.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.95
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15966800.580.950.3823.0590.4232.75
Hex9F42803A5F26175a21
Octal23710210072137462713241
Binary100111111000010100001110101011111100110101111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,66,8); }

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

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

 a { background-color: rgb(159,66,8); }

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

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

 span { border-color: rgb(159,66,8); }

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