#822F22

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

Shades of Burnt Umber #822F22

Tints of Burnt Umber #822F22

Color information

#822F22 (or 0x822F22) is unknown color: approx Burnt Umber. HEX triplet: 82, 2F and 22. RGB value is (130,47,34). Sum of RGB (Red+Green+Blue) = 130+47+34=211 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.61% from 211); Green value is 47 (18.75% from 255 or 22.27% from 211); Blue value is 34 (13.67% from 255 or 16.11% from 211); Max value from RGB is 130 - color contains mainly: red. Hex color #822F22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822F22 is #7DD0DD. Grayscale: #464646. Windows color (decimal): -8245470 or 2240386. OLE color: 2240386.

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

Color convert

RGB1304734-
CMYK00.640.740.49
HSL8.12º58.54%32.16%-
HSV(B)8.12º73.85%50.98%-
XYZ10.516.892.29-
YUV70.34107.5170.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.61%
GREEN value IS 47 (18.75% from 255) = 22.27%
BLUE value IS 34 (13.67% from 255) = 16.11%
R=61.61%
G=22.27%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130473400.640.740.498.1258.5432.16
Hex822F220404A3183b20
Octal2025742010011261107340
Binary100000101011111000100100000010010101100011000111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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