#9F4212

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

Shades of Saddle Brown #9F4212

Tints of Saddle Brown #9F4212

Color information

#9F4212 (or 0x9F4212) is unknown color: approx Saddle Brown. HEX triplet: 9F, 42 and 12. RGB value is (159,66,18). Sum of RGB (Red+Green+Blue) = 159+66+18=243 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.43% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4212 is #60BDED. Grayscale: #585858. Windows color (decimal): -6340078 or 1196703. OLE color: 1196703.

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

Color convert

RGB1596618-
CMYK00.580.890.38
HSL20.43º79.66%34.71%-
HSV(B)20.43º88.68%62.35%-
XYZ16.3611.311.89-
YUV88.3488.31178.4-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 65.43%
GREEN value IS 66 (26.17% from 255) = 27.16%
BLUE value IS 18 (7.42% from 255) = 7.41%
R=65.43%
G=27.16%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159661800.580.890.3820.4379.6634.71
Hex9F421203A5926145023
Octal23710222072131462412043
Binary1001111110000101001001110101011001100110101001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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