#822C1A

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

Shades of Burnt Umber #822C1A

Tints of Burnt Umber #822C1A

Color information

#822C1A (or 0x822C1A) is unknown color: approx Burnt Umber. HEX triplet: 82, 2C and 1A. RGB value is (130,44,26). Sum of RGB (Red+Green+Blue) = 130+44+26=200 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65% from 200); Green value is 44 (17.58% from 255 or 22% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 130 - color contains mainly: red. Hex color #822C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822C1A is #7DD3E5. Grayscale: #434343. Windows color (decimal): -8246246 or 1715330. OLE color: 1715330.

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

Color convert

RGB1304426-
CMYK00.660.80.49
HSL10.38º66.67%30.59%-
HSV(B)10.38º80%50.98%-
XYZ10.296.621.71-
YUV67.66104.49172.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 65%
GREEN value IS 44 (17.58% from 255) = 22%
BLUE value IS 26 (10.55% from 255) = 13%
R=65%
G=22%
B=13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130442600.660.80.4910.3866.6730.59
Hex822C1A0425031a431f
Octal20254320102120611210337
Binary10000010101100110100100001010100001100011010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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