#822C14

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

Shades of Burnt Umber #822C14

Tints of Burnt Umber #822C14

Color information

#822C14 (or 0x822C14) is unknown color: approx Burnt Umber. HEX triplet: 82, 2C and 14. RGB value is (130,44,20). Sum of RGB (Red+Green+Blue) = 130+44+20=194 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.01% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 130 - color contains mainly: red. Hex color #822C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822C14 is #7DD3EB. Grayscale: #434343. Windows color (decimal): -8246252 or 1322114. OLE color: 1322114.

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

Color convert

RGB1304420-
CMYK00.660.850.49
HSL13.09º73.33%29.41%-
HSV(B)13.09º84.62%50.98%-
XYZ10.236.61.4-
YUV66.98101.49172.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 67.01%
GREEN value IS 44 (17.58% from 255) = 22.68%
BLUE value IS 20 (8.20% from 255) = 10.31%
R=67.01%
G=22.68%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130442000.660.850.4913.0973.3329.41
Hex822C140425531d491d
Octal20254240102125611511135
Binary10000010101100101000100001010101011100011101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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