#812B22

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

Shades of Burnt Umber #812B22

Tints of Burnt Umber #812B22

Color information

#812B22 (or 0x812B22) is unknown color: approx Burnt Umber. HEX triplet: 81, 2B and 22. RGB value is (129,43,34). Sum of RGB (Red+Green+Blue) = 129+43+34=206 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.62% from 206); Green value is 43 (17.19% from 255 or 20.87% from 206); Blue value is 34 (13.67% from 255 or 16.50% from 206); Max value from RGB is 129 - color contains mainly: red. Hex color #812B22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812B22 is #7ED4DD. Grayscale: #434343. Windows color (decimal): -8312030 or 2239361. OLE color: 2239361.

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

Color convert

RGB1294334-
CMYK00.670.740.49
HSL5.68º58.28%31.96%-
HSV(B)5.68º73.64%50.59%-
XYZ10.216.512.23-
YUV67.69108.99171.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 62.62%
GREEN value IS 43 (17.19% from 255) = 20.87%
BLUE value IS 34 (13.67% from 255) = 16.50%
R=62.62%
G=20.87%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129433400.670.740.495.6858.2831.96
Hex812B220434A3163a20
Octal201534201031126167240
Binary10000001101011100010010000111001010110001110111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,43,34); }

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

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

 a { background-color: rgb(129,43,34); }

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

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

 span { border-color: rgb(129,43,34); }

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