#822A0A

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

Shades of Burnt Umber #822A0A

Tints of Burnt Umber #822A0A

Color information

#822A0A (or 0x822A0A) is unknown color: approx Burnt Umber. HEX triplet: 82, 2A and 0A. RGB value is (130,42,10). Sum of RGB (Red+Green+Blue) = 130+42+10=182 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.43% from 182); Green value is 42 (16.80% from 255 or 23.08% from 182); Blue value is 10 (4.30% from 255 or 5.49% from 182); Max value from RGB is 130 - color contains mainly: red. Hex color #822A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822A0A is #7DD5F5. Grayscale: #404040. Windows color (decimal): -8246774 or 666242. OLE color: 666242.

HSL color Cylindrical-coordinate representation of color #822A0A: hue angle of 16º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #822A0A is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB1304210-
CMYK00.680.920.49
HSL16º85.71%27.45%-
HSV(B)16º92.31%50.98%-
XYZ10.096.421-
YUV64.6697.15174.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 71.43%
GREEN value IS 42 (16.80% from 255) = 23.08%
BLUE value IS 10 (4.30% from 255) = 5.49%
R=71.43%
G=23.08%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130421000.680.920.491685.7127.45
Hex822AA0445C3110561b
Octal20252120104134612012633
Binary10000010101010101001000100101110011000110000101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,42,10); }

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

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

 a { background-color: rgb(130,42,10); }

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

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

 span { border-color: rgb(130,42,10); }

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