#912E06

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

Shades of Saddle Brown #912E06

Tints of Saddle Brown #912E06

Color information

#912E06 (or 0x912E06) is unknown color: approx Saddle Brown. HEX triplet: 91, 2E and 06. RGB value is (145,46,6). Sum of RGB (Red+Green+Blue) = 145+46+6=197 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.60% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 6 (2.73% from 255 or 3.05% from 197); Max value from RGB is 145 - color contains mainly: red. Hex color #912E06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912E06 is #6ED1F9. Grayscale: #474747. Windows color (decimal): -7262714 or 405137. OLE color: 405137.

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

Color convert

RGB145466-
CMYK00.680.960.43
HSL17.27º92.05%29.61%-
HSV(B)17.27º95.86%56.86%-
XYZ12.697.991.05-
YUV71.0491.3180.75-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 73.60%
GREEN value IS 46 (18.36% from 255) = 23.35%
BLUE value IS 6 (2.73% from 255) = 3.05%
R=73.60%
G=23.35%
B=3.05%

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
Decimal14546600.680.960.4317.2792.0529.61
Hex912E6044602B115c1e
Octal2215660104140532113436
Binary1001000110111011001000100110000010101110001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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