#822B14

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

Shades of Burnt Umber #822B14

Tints of Burnt Umber #822B14

Color information

#822B14 (or 0x822B14) is unknown color: approx Burnt Umber. HEX triplet: 82, 2B and 14. RGB value is (130,43,20). Sum of RGB (Red+Green+Blue) = 130+43+20=193 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.36% from 193); Green value is 43 (17.19% from 255 or 22.28% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 130 - color contains mainly: red. Hex color #822B14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822B14 is #7DD4EB. Grayscale: #424242. Windows color (decimal): -8246508 or 1321858. OLE color: 1321858.

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

Color convert

RGB1304320-
CMYK00.670.850.49
HSL12.55º73.33%29.41%-
HSV(B)12.55º84.62%50.98%-
XYZ10.26.521.38-
YUV66.39101.82173.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 67.36%
GREEN value IS 43 (17.19% from 255) = 22.28%
BLUE value IS 20 (8.20% from 255) = 10.36%
R=67.36%
G=22.28%
B=10.36%

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
Decimal130432000.670.850.4912.5573.3329.41
Hex822B140435531d491d
Octal20253240103125611511135
Binary10000010101011101000100001110101011100011101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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