#80321A

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

Shades of Burnt Umber #80321A

Tints of Burnt Umber #80321A

Color information

#80321A (or 0x80321A) is unknown color: approx Burnt Umber. HEX triplet: 80, 32 and 1A. RGB value is (128,50,26). Sum of RGB (Red+Green+Blue) = 128+50+26=204 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.75% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 26 (10.55% from 255 or 12.75% from 204); Max value from RGB is 128 - color contains mainly: red. Hex color #80321A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80321A is #7FCDE5. Grayscale: #464646. Windows color (decimal): -8375782 or 1716864. OLE color: 1716864.

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

Color convert

RGB1285026-
CMYK00.610.800.50
HSL14.12º66.23%30.2%-
HSV(B)14.12º79.69%50.2%-
XYZ10.236.941.78-
YUV70.59102.84168.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 62.75%
GREEN value IS 50 (19.92% from 255) = 24.51%
BLUE value IS 26 (10.55% from 255) = 12.75%
R=62.75%
G=24.51%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128502600.610.800.5014.1266.2330.2
Hex80321A03D5032e421e
Octal2006232075120621610236
Binary1000000011001011010011110110100001100101110100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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