#822B13

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

Shades of Burnt Umber #822B13

Tints of Burnt Umber #822B13

Color information

#822B13 (or 0x822B13) is unknown color: approx Burnt Umber. HEX triplet: 82, 2B and 13. RGB value is (130,43,19). Sum of RGB (Red+Green+Blue) = 130+43+19=192 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.71% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 19 (7.81% from 255 or 9.90% from 192); Max value from RGB is 130 - color contains mainly: red. Hex color #822B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822B13 is #7DD4EC. Grayscale: #424242. Windows color (decimal): -8246509 or 1256322. OLE color: 1256322.

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

Color convert

RGB1304319-
CMYK00.670.850.49
HSL12.97º74.5%29.22%-
HSV(B)12.97º85.38%50.98%-
XYZ10.196.521.34-
YUV66.28101.32173.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 67.71%
GREEN value IS 43 (17.19% from 255) = 22.40%
BLUE value IS 19 (7.81% from 255) = 9.90%
R=67.71%
G=22.40%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130431900.670.850.4912.9774.529.22
Hex822B130435531d4a1d
Octal20253230103125611511235
Binary10000010101011100110100001110101011100011101100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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