#912A06

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

Shades of Saddle Brown #912A06

Tints of Saddle Brown #912A06

Color information

#912A06 (or 0x912A06) is unknown color: approx Saddle Brown. HEX triplet: 91, 2A and 06. RGB value is (145,42,6). Sum of RGB (Red+Green+Blue) = 145+42+6=193 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.13% from 193); Green value is 42 (16.80% from 255 or 21.76% from 193); Blue value is 6 (2.73% from 255 or 3.11% from 193); Max value from RGB is 145 - color contains mainly: red. Hex color #912A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912A06 is #6ED5F9. Grayscale: #444444. Windows color (decimal): -7263738 or 404113. OLE color: 404113.

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

Color convert

RGB145426-
CMYK00.710.960.43
HSL15.54º92.05%29.61%-
HSV(B)15.54º95.86%56.86%-
XYZ12.547.691-
YUV68.6992.62182.43-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 75.13%
GREEN value IS 42 (16.80% from 255) = 21.76%
BLUE value IS 6 (2.73% from 255) = 3.11%
R=75.13%
G=21.76%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14542600.710.960.4315.5492.0529.61
Hex912A6047602B105c1e
Octal2215260107140532013436
Binary1001000110101011001000111110000010101110000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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