#822D1A

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

Shades of Burnt Umber #822D1A

Tints of Burnt Umber #822D1A

Color information

#822D1A (or 0x822D1A) is unknown color: approx Burnt Umber. HEX triplet: 82, 2D and 1A. RGB value is (130,45,26). Sum of RGB (Red+Green+Blue) = 130+45+26=201 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.68% from 201); Green value is 45 (17.97% from 255 or 22.39% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 130 - color contains mainly: red. Hex color #822D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822D1A is #7DD2E5. Grayscale: #444444. Windows color (decimal): -8245990 or 1715586. OLE color: 1715586.

HSL color Cylindrical-coordinate representation of color #822D1A: hue angle of 10.96º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #822D1A is Cyan = 0, Magento = 0.65, Yellow = 0.8 and Black (K on CMYK) = 0.49.

Color convert

RGB1304526-
CMYK00.650.80.49
HSL10.96º66.67%30.59%-
HSV(B)10.96º80%50.98%-
XYZ10.336.71.73-
YUV68.25104.16172.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 64.68%
GREEN value IS 45 (17.97% from 255) = 22.39%
BLUE value IS 26 (10.55% from 255) = 12.94%
R=64.68%
G=22.39%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130452600.650.80.4910.9666.6730.59
Hex822D1A0415031b431f
Octal20255320101120611310337
Binary10000010101101110100100000110100001100011011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,45,26); }

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

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

 a { background-color: rgb(130,45,26); }

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

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

 span { border-color: rgb(130,45,26); }

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