#812812

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

Shades of Burnt Umber #812812

Tints of Burnt Umber #812812

Color information

#812812 (or 0x812812) is unknown color: approx Burnt Umber. HEX triplet: 81, 28 and 12. RGB value is (129,40,18). Sum of RGB (Red+Green+Blue) = 129+40+18=187 (24% of max value = 765). Red value is 129 (50.78% from 255 or 68.98% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 129 - color contains mainly: red. Hex color #812812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812812 is #7ED7ED. Grayscale: #404040. Windows color (decimal): -8312814 or 1190017. OLE color: 1190017.

HSL color Cylindrical-coordinate representation of color #812812: hue angle of 11.89º 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 #812812 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB1294018-
CMYK00.690.860.49
HSL11.89º75.51%28.82%-
HSV(B)11.89º86.05%50.59%-
XYZ9.926.231.25-
YUV64.1101.99174.29-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 68.98%
GREEN value IS 40 (16.02% from 255) = 21.39%
BLUE value IS 18 (7.42% from 255) = 9.63%
R=68.98%
G=21.39%
B=9.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129401800.690.860.4911.8975.5128.82
Hex8128120455631c4c1d
Octal20150220105126611411435
Binary10000001101000100100100010110101101100011100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812812; }

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

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

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

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

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

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

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

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