#822F20

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

Shades of Burnt Umber #822F20

Tints of Burnt Umber #822F20

Color information

#822F20 (or 0x822F20) is unknown color: approx Burnt Umber. HEX triplet: 82, 2F and 20. RGB value is (130,47,32). Sum of RGB (Red+Green+Blue) = 130+47+32=209 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.20% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 130 - color contains mainly: red. Hex color #822F20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822F20 is #7DD0DF. Grayscale: #464646. Windows color (decimal): -8245472 or 2109314. OLE color: 2109314.

HSL color Cylindrical-coordinate representation of color #822F20: hue angle of 9.18º 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 #822F20 is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB1304732-
CMYK00.640.750.49
HSL9.18º60.49%31.76%-
HSV(B)9.18º75.38%50.98%-
XYZ10.486.882.14-
YUV70.11106.5170.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 62.20%
GREEN value IS 47 (18.75% from 255) = 22.49%
BLUE value IS 32 (12.89% from 255) = 15.31%
R=62.20%
G=22.49%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130473200.640.750.499.1860.4931.76
Hex822F200404B3193c20
Octal2025740010011361117440
Binary100000101011111000000100000010010111100011001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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