#822A0C

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

Shades of Burnt Umber #822A0C

Tints of Burnt Umber #822A0C

Color information

#822A0C (or 0x822A0C) is unknown color: approx Burnt Umber. HEX triplet: 82, 2A and 0C. RGB value is (130,42,12). Sum of RGB (Red+Green+Blue) = 130+42+12=184 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.65% from 184); Green value is 42 (16.80% from 255 or 22.83% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 130 - color contains mainly: red. Hex color #822A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822A0C is #7DD5F3. Grayscale: #414141. Windows color (decimal): -8246772 or 797314. OLE color: 797314.

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

Color convert

RGB1304212-
CMYK00.680.910.49
HSL15.25º83.1%27.84%-
HSV(B)15.25º90.77%50.98%-
XYZ10.16.431.06-
YUV64.8998.15174.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 70.65%
GREEN value IS 42 (16.80% from 255) = 22.83%
BLUE value IS 12 (5.08% from 255) = 6.52%
R=70.65%
G=22.83%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130421200.680.910.4915.2583.127.84
Hex822AC0445B31f531c
Octal20252140104133611712334
Binary1000001010101011000100010010110111100011111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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