#812D1A

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

Shades of Burnt Umber #812D1A

Tints of Burnt Umber #812D1A

Color information

#812D1A (or 0x812D1A) is unknown color: approx Burnt Umber. HEX triplet: 81, 2D and 1A. RGB value is (129,45,26). Sum of RGB (Red+Green+Blue) = 129+45+26=200 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.5% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 129 - color contains mainly: red. Hex color #812D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812D1A is #7ED2E5. Grayscale: #444444. Windows color (decimal): -8311526 or 1715585. OLE color: 1715585.

HSL color Cylindrical-coordinate representation of color #812D1A: hue angle of 11.07º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #812D1A is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB1294526-
CMYK00.650.800.49
HSL11.07º66.45%30.39%-
HSV(B)11.07º79.84%50.59%-
XYZ10.186.621.72-
YUV67.95104.33171.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 64.5%
GREEN value IS 45 (17.97% from 255) = 22.5%
BLUE value IS 26 (10.55% from 255) = 13%
R=64.5%
G=22.5%
B=13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.80
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129452600.650.800.4911.0766.4530.39
Hex812D1A0415031b421e
Octal20155320101120611310236
Binary10000001101101110100100000110100001100011011100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,45,26); }

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

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

 a { background-color: rgb(129,45,26); }

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

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

 span { border-color: rgb(129,45,26); }

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