#822B18

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

Shades of Burnt Umber #822B18

Tints of Burnt Umber #822B18

Color information

#822B18 (or 0x822B18) is unknown color: approx Burnt Umber. HEX triplet: 82, 2B and 18. RGB value is (130,43,24). Sum of RGB (Red+Green+Blue) = 130+43+24=197 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.99% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 24 (9.77% from 255 or 12.18% from 197); Max value from RGB is 130 - color contains mainly: red. Hex color #822B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822B18 is #7DD4E7. Grayscale: #434343. Windows color (decimal): -8246504 or 1584002. OLE color: 1584002.

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

Color convert

RGB1304324-
CMYK00.670.820.49
HSL10.75º68.83%30.2%-
HSV(B)10.75º81.54%50.98%-
XYZ10.236.541.59-
YUV66.85103.82173.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 65.99%
GREEN value IS 43 (17.19% from 255) = 21.83%
BLUE value IS 24 (9.77% from 255) = 12.18%
R=65.99%
G=21.83%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130432400.670.820.4910.7568.8330.2
Hex822B180435231b451e
Octal20253300103122611310536
Binary10000010101011110000100001110100101100011011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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