#812A04

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

Shades of Saddle Brown #812A04

Tints of Saddle Brown #812A04

Color information

#812A04 (or 0x812A04) is unknown color: approx Saddle Brown. HEX triplet: 81, 2A and 04. RGB value is (129,42,4). Sum of RGB (Red+Green+Blue) = 129+42+4=175 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.71% from 175); Green value is 42 (16.80% from 255 or 24% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 129 - color contains mainly: red. Hex color #812A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812A04 is #7ED5FB. Grayscale: #3F3F3F. Windows color (decimal): -8312316 or 273025. OLE color: 273025.

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

Color convert

RGB129424-
CMYK00.670.970.49
HSL18.24º93.98%26.08%-
HSV(B)18.24º96.9%50.59%-
XYZ9.96.330.82-
YUV63.6894.32174.59-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 73.71%
GREEN value IS 42 (16.80% from 255) = 24%
BLUE value IS 4 (1.95% from 255) = 2.29%
R=73.71%
G=24%
B=2.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12942400.670.970.4918.2493.9826.08
Hex812A40436131125e1a
Octal2015240103141612213632
Binary1000000110101010001000011110000111000110010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,42,4); }

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

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

 a { background-color: rgb(129,42,4); }

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

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

 span { border-color: rgb(129,42,4); }

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