#912F06

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

Shades of Saddle Brown #912F06

Tints of Saddle Brown #912F06

Color information

#912F06 (or 0x912F06) is unknown color: approx Saddle Brown. HEX triplet: 91, 2F and 06. RGB value is (145,47,6). Sum of RGB (Red+Green+Blue) = 145+47+6=198 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.23% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 6 (2.73% from 255 or 3.03% from 198); Max value from RGB is 145 - color contains mainly: red. Hex color #912F06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912F06 is #6ED0F9. Grayscale: #474747. Windows color (decimal): -7262458 or 405393. OLE color: 405393.

HSL color Cylindrical-coordinate representation of color #912F06: hue angle of 17.7º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #912F06 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB145476-
CMYK00.680.960.43
HSL17.7º92.05%29.61%-
HSV(B)17.7º95.86%56.86%-
XYZ12.738.071.06-
YUV71.6390.97180.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 73.23%
GREEN value IS 47 (18.75% from 255) = 23.74%
BLUE value IS 6 (2.73% from 255) = 3.03%
R=73.23%
G=23.74%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14547600.680.960.4317.792.0529.61
Hex912F6044602B125c1e
Octal2215760104140532213436
Binary1001000110111111001000100110000010101110010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912F06; }

 p { color: rgb(145,47,6); }

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

<style>
 a { background-color: #912F06; }

 a { background-color: rgb(145,47,6); }

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

<style>
 span { border-color: #912F06; }

 span { border-color: rgb(145,47,6); }

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