#822A15

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

Shades of Burnt Umber #822A15

Tints of Burnt Umber #822A15

Color information

#822A15 (or 0x822A15) is unknown color: approx Burnt Umber. HEX triplet: 82, 2A and 15. RGB value is (130,42,21). Sum of RGB (Red+Green+Blue) = 130+42+21=193 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.36% from 193); Green value is 42 (16.80% from 255 or 21.76% from 193); Blue value is 21 (8.59% from 255 or 10.88% from 193); Max value from RGB is 130 - color contains mainly: red. Hex color #822A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822A15 is #7DD5EA. Grayscale: #424242. Windows color (decimal): -8246763 or 1387138. OLE color: 1387138.

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

Color convert

RGB1304221-
CMYK00.680.840.49
HSL11.56º72.19%29.61%-
HSV(B)11.56º83.85%50.98%-
XYZ10.176.461.42-
YUV65.92102.65173.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 67.36%
GREEN value IS 42 (16.80% from 255) = 21.76%
BLUE value IS 21 (8.59% from 255) = 10.88%
R=67.36%
G=21.76%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130422100.680.840.4911.5672.1929.61
Hex822A150445431c481e
Octal20252250104124611411036
Binary10000010101010101010100010010101001100011100100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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