#80321B

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

Shades of Burnt Umber #80321B

Tints of Burnt Umber #80321B

Color information

#80321B (or 0x80321B) is unknown color: approx Burnt Umber. HEX triplet: 80, 32 and 1B. RGB value is (128,50,27). Sum of RGB (Red+Green+Blue) = 128+50+27=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #80321B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80321B is #7FCDE4. Grayscale: #464646. Windows color (decimal): -8375781 or 1782400. OLE color: 1782400.

HSL color Cylindrical-coordinate representation of color #80321B: hue angle of 13.66º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #80321B is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.50.

Color convert

RGB1285027-
CMYK00.610.790.50
HSL13.66º65.16%30.39%-
HSV(B)13.66º78.91%50.2%-
XYZ10.246.951.84-
YUV70.7103.34168.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 62.44%
GREEN value IS 50 (19.92% from 255) = 24.39%
BLUE value IS 27 (10.94% from 255) = 13.17%
R=62.44%
G=24.39%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.79
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128502700.610.790.5013.6665.1630.39
Hex80321B03D4F32e411e
Octal2006233075117621610136
Binary1000000011001011011011110110011111100101110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80321B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80321B; }

 p { color: rgb(128,50,27); }

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

<style>
 a { background-color: #80321B; }

 a { background-color: rgb(128,50,27); }

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

<style>
 span { border-color: #80321B; }

 span { border-color: rgb(128,50,27); }

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