#812D06

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

Shades of Saddle Brown #812D06

Tints of Saddle Brown #812D06

Color information

#812D06 (or 0x812D06) is unknown color: approx Saddle Brown. HEX triplet: 81, 2D and 06. RGB value is (129,45,6). Sum of RGB (Red+Green+Blue) = 129+45+6=180 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.67% from 180); Green value is 45 (17.97% from 255 or 25% from 180); Blue value is 6 (2.73% from 255 or 3.33% from 180); Max value from RGB is 129 - color contains mainly: red. Hex color #812D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812D06 is #7ED2F9. Grayscale: #414141. Windows color (decimal): -8311546 or 404865. OLE color: 404865.

HSL color Cylindrical-coordinate representation of color #812D06: hue angle of 19.02º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #812D06 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB129456-
CMYK00.650.950.49
HSL19.02º91.11%26.47%-
HSV(B)19.02º95.35%50.59%-
XYZ10.026.560.91-
YUV65.6794.33173.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 71.67%
GREEN value IS 45 (17.97% from 255) = 25%
BLUE value IS 6 (2.73% from 255) = 3.33%
R=71.67%
G=25%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12945600.650.950.4919.0291.1126.47
Hex812D60415F31135b1a
Octal2015560101137612313332
Binary1000000110110111001000001101111111000110011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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