#812E16

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

Shades of Burnt Umber #812E16

Tints of Burnt Umber #812E16

Color information

#812E16 (or 0x812E16) is unknown color: approx Burnt Umber. HEX triplet: 81, 2E and 16. RGB value is (129,46,22). Sum of RGB (Red+Green+Blue) = 129+46+22=197 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.48% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 129 - color contains mainly: red. Hex color #812E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812E16 is #7ED1E9. Grayscale: #444444. Windows color (decimal): -8311274 or 1453697. OLE color: 1453697.

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

Color convert

RGB1294622-
CMYK00.640.830.49
HSL13.46º70.86%29.61%-
HSV(B)13.46º82.95%50.59%-
XYZ10.186.681.51-
YUV68.08102171.45-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 65.48%
GREEN value IS 46 (18.36% from 255) = 23.35%
BLUE value IS 22 (8.98% from 255) = 11.17%
R=65.48%
G=23.35%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129462200.640.830.4913.4670.8629.61
Hex812E160405331d471e
Octal20156260100123611510736
Binary10000001101110101100100000010100111100011101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,46,22); }

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

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

 a { background-color: rgb(129,46,22); }

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

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

 span { border-color: rgb(129,46,22); }

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