#812A12

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

Shades of Burnt Umber #812A12

Tints of Burnt Umber #812A12

Color information

#812A12 (or 0x812A12) is unknown color: approx Burnt Umber. HEX triplet: 81, 2A and 12. RGB value is (129,42,18). Sum of RGB (Red+Green+Blue) = 129+42+18=189 (25% of max value = 765). Red value is 129 (50.78% from 255 or 68.25% from 189); Green value is 42 (16.80% from 255 or 22.22% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 129 - color contains mainly: red. Hex color #812A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812A12 is #7ED5ED. Grayscale: #414141. Windows color (decimal): -8312302 or 1190529. OLE color: 1190529.

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

Color convert

RGB1294218-
CMYK00.670.860.49
HSL12.97º75.51%28.82%-
HSV(B)12.97º86.05%50.59%-
XYZ9.996.371.27-
YUV65.28101.32173.45-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 68.25%
GREEN value IS 42 (16.80% from 255) = 22.22%
BLUE value IS 18 (7.42% from 255) = 9.52%
R=68.25%
G=22.22%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129421800.670.860.4912.9775.5128.82
Hex812A120435631d4c1d
Octal20152220103126611511435
Binary10000001101010100100100001110101101100011101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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