#9F4812

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

Shades of Saddle Brown #9F4812

Tints of Saddle Brown #9F4812

Color information

#9F4812 (or 0x9F4812) is unknown color: approx Saddle Brown. HEX triplet: 9F, 48 and 12. RGB value is (159,72,18). Sum of RGB (Red+Green+Blue) = 159+72+18=249 (32% of max value = 765). Red value is 159 (62.5% from 255 or 63.86% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4812 is #60B7ED. Grayscale: #5C5C5C. Windows color (decimal): -6338542 or 1198239. OLE color: 1198239.

HSL color Cylindrical-coordinate representation of color #9F4812: hue angle of 22.98º 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 #9F4812 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB1597218-
CMYK00.550.890.38
HSL22.98º79.66%34.71%-
HSV(B)22.98º88.68%62.35%-
XYZ16.7212.052.02-
YUV91.8686.32175.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 63.86%
GREEN value IS 72 (28.52% from 255) = 28.92%
BLUE value IS 18 (7.42% from 255) = 7.23%
R=63.86%
G=28.92%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159721800.550.890.3822.9879.6634.71
Hex9F48120375926175023
Octal23711022067131462712043
Binary1001111110010001001001101111011001100110101111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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