#912D06

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

Shades of Saddle Brown #912D06

Tints of Saddle Brown #912D06

Color information

#912D06 (or 0x912D06) is unknown color: approx Saddle Brown. HEX triplet: 91, 2D and 06. RGB value is (145,45,6). Sum of RGB (Red+Green+Blue) = 145+45+6=196 (25% of max value = 765). Red value is 145 (57.03% from 255 or 73.98% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 6 (2.73% from 255 or 3.06% from 196); Max value from RGB is 145 - color contains mainly: red. Hex color #912D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912D06 is #6ED2F9. Grayscale: #464646. Windows color (decimal): -7262970 or 404881. OLE color: 404881.

HSL color Cylindrical-coordinate representation of color #912D06: hue angle of 16.83º 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 #912D06 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB145456-
CMYK00.690.960.43
HSL16.83º92.05%29.61%-
HSV(B)16.83º95.86%56.86%-
XYZ12.657.911.03-
YUV70.4591.63181.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 73.98%
GREEN value IS 45 (17.97% from 255) = 22.96%
BLUE value IS 6 (2.73% from 255) = 3.06%
R=73.98%
G=22.96%
B=3.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14545600.690.960.4316.8392.0529.61
Hex912D6045602B115c1e
Octal2215560105140532113436
Binary1001000110110111001000101110000010101110001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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