#822E20

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

Shades of Burnt Umber #822E20

Tints of Burnt Umber #822E20

Color information

#822E20 (or 0x822E20) is unknown color: approx Burnt Umber. HEX triplet: 82, 2E and 20. RGB value is (130,46,32). Sum of RGB (Red+Green+Blue) = 130+46+32=208 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.5% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 130 - color contains mainly: red. Hex color #822E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822E20 is #7DD1DF. Grayscale: #454545. Windows color (decimal): -8245728 or 2109058. OLE color: 2109058.

HSL color Cylindrical-coordinate representation of color #822E20: hue angle of 8.57º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #822E20 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB1304632-
CMYK00.650.750.49
HSL8.57º60.49%31.76%-
HSV(B)8.57º75.38%50.98%-
XYZ10.446.82.13-
YUV69.52106.83171.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 62.5%
GREEN value IS 46 (18.36% from 255) = 22.12%
BLUE value IS 32 (12.89% from 255) = 15.38%
R=62.5%
G=22.12%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130463200.650.750.498.5760.4931.76
Hex822E200414B3193c20
Octal2025640010111361117440
Binary100000101011101000000100000110010111100011001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822E20; }

 p { color: rgb(130,46,32); }

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

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

 a { background-color: rgb(130,46,32); }

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

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

 span { border-color: rgb(130,46,32); }

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