#9F420B

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

Shades of Saddle Brown #9F420B

Tints of Saddle Brown #9F420B

Color information

#9F420B (or 0x9F420B) is unknown color: approx Saddle Brown. HEX triplet: 9F, 42 and 0B. RGB value is (159,66,11). Sum of RGB (Red+Green+Blue) = 159+66+11=236 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.37% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 159 - color contains mainly: red. Hex color #9F420B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F420B is #60BDF4. Grayscale: #575757. Windows color (decimal): -6340085 or 737951. OLE color: 737951.

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

Color convert

RGB1596611-
CMYK00.580.930.38
HSL22.3º87.06%33.33%-
HSV(B)22.3º93.08%62.35%-
XYZ16.3111.291.64-
YUV87.5484.81178.97-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 67.37%
GREEN value IS 66 (26.17% from 255) = 27.97%
BLUE value IS 11 (4.69% from 255) = 4.66%
R=67.37%
G=27.97%
B=4.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.93
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159661100.580.930.3822.387.0633.33
Hex9F42B03A5D26165721
Octal23710213072135462612741
Binary100111111000010101101110101011101100110101101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F420B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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