#822A18

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

Shades of Burnt Umber #822A18

Tints of Burnt Umber #822A18

Color information

#822A18 (or 0x822A18) is unknown color: approx Burnt Umber. HEX triplet: 82, 2A and 18. RGB value is (130,42,24). Sum of RGB (Red+Green+Blue) = 130+42+24=196 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.33% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 130 - color contains mainly: red. Hex color #822A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822A18 is #7DD5E7. Grayscale: #424242. Windows color (decimal): -8246760 or 1583746. OLE color: 1583746.

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

Color convert

RGB1304224-
CMYK00.680.820.49
HSL10.19º68.83%30.2%-
HSV(B)10.19º81.54%50.98%-
XYZ10.26.471.58-
YUV66.26104.15173.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 66.33%
GREEN value IS 42 (16.80% from 255) = 21.43%
BLUE value IS 24 (9.77% from 255) = 12.24%
R=66.33%
G=21.43%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130422400.680.820.4910.1968.8330.2
Hex822A180445231a451e
Octal20252300104122611210536
Binary10000010101010110000100010010100101100011010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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