#812A1C

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

Shades of Burnt Umber #812A1C

Tints of Burnt Umber #812A1C

Color information

#812A1C (or 0x812A1C) is unknown color: approx Burnt Umber. HEX triplet: 81, 2A and 1C. RGB value is (129,42,28). Sum of RGB (Red+Green+Blue) = 129+42+28=199 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.82% from 199); Green value is 42 (16.80% from 255 or 21.11% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 129 - color contains mainly: red. Hex color #812A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812A1C is #7ED5E3. Grayscale: #424242. Windows color (decimal): -8312292 or 1845889. OLE color: 1845889.

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

Color convert

RGB1294228-
CMYK00.670.780.49
HSL8.32º64.33%30.78%-
HSV(B)8.32º78.29%50.59%-
XYZ10.096.411.8-
YUV66.42106.32172.64-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 64.82%
GREEN value IS 42 (16.80% from 255) = 21.11%
BLUE value IS 28 (11.33% from 255) = 14.07%
R=64.82%
G=21.11%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129422800.670.780.498.3264.3330.78
Hex812A1C0434E318401f
Octal20152340103116611010037
Binary10000001101010111000100001110011101100011000100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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