#812C0A

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

Shades of Saddle Brown #812C0A

Tints of Saddle Brown #812C0A

Color information

#812C0A (or 0x812C0A) is unknown color: approx Saddle Brown. HEX triplet: 81, 2C and 0A. RGB value is (129,44,10). Sum of RGB (Red+Green+Blue) = 129+44+10=183 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.49% from 183); Green value is 44 (17.58% from 255 or 24.04% from 183); Blue value is 10 (4.30% from 255 or 5.46% from 183); Max value from RGB is 129 - color contains mainly: red. Hex color #812C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812C0A is #7ED3F5. Grayscale: #414141. Windows color (decimal): -8311798 or 666753. OLE color: 666753.

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

Color convert

RGB1294410-
CMYK00.660.920.49
HSL17.14º85.61%27.25%-
HSV(B)17.14º92.25%50.59%-
XYZ10.016.491.01-
YUV65.5496.66173.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 70.49%
GREEN value IS 44 (17.58% from 255) = 24.04%
BLUE value IS 10 (4.30% from 255) = 5.46%
R=70.49%
G=24.04%
B=5.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129441000.660.920.4917.1485.6127.25
Hex812CA0425C3111561b
Octal20154120102134612112633
Binary10000001101100101001000010101110011000110001101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,44,10); }

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

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

 a { background-color: rgb(129,44,10); }

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

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

 span { border-color: rgb(129,44,10); }

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