#82321A

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

Shades of Burnt Umber #82321A

Tints of Burnt Umber #82321A

Color information

#82321A (or 0x82321A) is unknown color: approx Burnt Umber. HEX triplet: 82, 32 and 1A. RGB value is (130,50,26). Sum of RGB (Red+Green+Blue) = 130+50+26=206 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.11% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 130 - color contains mainly: red. Hex color #82321A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82321A is #7DCDE5. Grayscale: #474747. Windows color (decimal): -8244710 or 1716866. OLE color: 1716866.

HSL color Cylindrical-coordinate representation of color #82321A: hue angle of 13.85º 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 #82321A is Cyan = 0, Magento = 0.62, Yellow = 0.8 and Black (K on CMYK) = 0.49.

Color convert

RGB1305026-
CMYK00.620.80.49
HSL13.85º66.67%30.59%-
HSV(B)13.85º80%50.98%-
XYZ10.537.11.79-
YUV71.18102.5169.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 63.11%
GREEN value IS 50 (19.92% from 255) = 24.27%
BLUE value IS 26 (10.55% from 255) = 12.62%
R=63.11%
G=24.27%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130502600.620.80.4913.8566.6730.59
Hex82321A03E5031e431f
Octal2026232076120611610337
Binary1000001011001011010011111010100001100011110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82321A; }

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

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

<style>
 a { background-color: #82321A; }

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

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

<style>
 span { border-color: #82321A; }

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

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