#812A0C

Color #812A0C Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #812A0C

Tints of Burnt Umber #812A0C

Color information

#812A0C (or 0x812A0C) is unknown color: approx Burnt Umber. HEX triplet: 81, 2A and 0C. RGB value is (129,42,12). Sum of RGB (Red+Green+Blue) = 129+42+12=183 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.49% from 183); Green value is 42 (16.80% from 255 or 22.95% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 129 - color contains mainly: red. Hex color #812A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812A0C is #7ED5F3. Grayscale: #404040. Windows color (decimal): -8312308 or 797313. OLE color: 797313.

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

Color convert

RGB1294212-
CMYK00.670.910.49
HSL15.38º82.98%27.65%-
HSV(B)15.38º90.7%50.59%-
XYZ9.956.351.05-
YUV64.5998.32173.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 70.49%
GREEN value IS 42 (16.80% from 255) = 22.95%
BLUE value IS 12 (5.08% from 255) = 6.56%
R=70.49%
G=22.95%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129421200.670.910.4915.3882.9827.65
Hex812AC0435B31f531c
Octal20152140103133611712334
Binary1000000110101011000100001110110111100011111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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