#812A07

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

Shades of Saddle Brown #812A07

Tints of Saddle Brown #812A07

Color information

#812A07 (or 0x812A07) is unknown color: approx Saddle Brown. HEX triplet: 81, 2A and 07. RGB value is (129,42,7). Sum of RGB (Red+Green+Blue) = 129+42+7=178 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.47% from 178); Green value is 42 (16.80% from 255 or 23.60% from 178); Blue value is 7 (3.12% from 255 or 3.93% from 178); Max value from RGB is 129 - color contains mainly: red. Hex color #812A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812A07 is #7ED5F8. Grayscale: #404040. Windows color (decimal): -8312313 or 469633. OLE color: 469633.

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

Color convert

RGB129427-
CMYK00.670.950.49
HSL17.21º89.71%26.67%-
HSV(B)17.21º94.57%50.59%-
XYZ9.926.340.9-
YUV64.0295.82174.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 72.47%
GREEN value IS 42 (16.80% from 255) = 23.60%
BLUE value IS 7 (3.12% from 255) = 3.93%
R=72.47%
G=23.60%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12942700.670.950.4917.2189.7126.67
Hex812A70435F31115a1b
Octal2015270103137612113233
Binary1000000110101011101000011101111111000110001101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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