#822A12

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

Shades of Burnt Umber #822A12

Tints of Burnt Umber #822A12

Color information

#822A12 (or 0x822A12) is unknown color: approx Burnt Umber. HEX triplet: 82, 2A and 12. RGB value is (130,42,18). Sum of RGB (Red+Green+Blue) = 130+42+18=190 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.42% from 190); Green value is 42 (16.80% from 255 or 22.11% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 130 - color contains mainly: red. Hex color #822A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822A12 is #7DD5ED. Grayscale: #414141. Windows color (decimal): -8246766 or 1190530. OLE color: 1190530.

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

Color convert

RGB1304218-
CMYK00.680.860.49
HSL12.86º75.68%29.02%-
HSV(B)12.86º86.15%50.98%-
XYZ10.146.451.28-
YUV65.58101.15173.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 68.42%
GREEN value IS 42 (16.80% from 255) = 22.11%
BLUE value IS 18 (7.42% from 255) = 9.47%
R=68.42%
G=22.11%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130421800.680.860.4912.8675.6829.02
Hex822A120445631d4c1d
Octal20252220104126611511435
Binary10000010101010100100100010010101101100011101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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