#80311F

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

Shades of Burnt Umber #80311F

Tints of Burnt Umber #80311F

Color information

#80311F (or 0x80311F) is unknown color: approx Burnt Umber. HEX triplet: 80, 31 and 1F. RGB value is (128,49,31). Sum of RGB (Red+Green+Blue) = 128+49+31=208 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.54% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 128 - color contains mainly: red. Hex color #80311F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80311F is #7FCEE0. Grayscale: #464646. Windows color (decimal): -8376033 or 2044288. OLE color: 2044288.

HSL color Cylindrical-coordinate representation of color #80311F: hue angle of 11.13º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80311F is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB1284931-
CMYK00.620.760.50
HSL11.13º61.01%31.18%-
HSV(B)11.13º75.78%50.2%-
XYZ10.256.882.09-
YUV70.57105.67168.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 61.54%
GREEN value IS 49 (19.53% from 255) = 23.56%
BLUE value IS 31 (12.5% from 255) = 14.90%
R=61.54%
G=23.56%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.76
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128493100.620.760.5011.1361.0131.18
Hex80311F03E4C32b3d1f
Octal200613707611462137537
Binary100000001100011111101111101001100110010101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80311F; }

 p { color: rgb(128,49,31); }

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

<style>
 a { background-color: #80311F; }

 a { background-color: rgb(128,49,31); }

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

<style>
 span { border-color: #80311F; }

 span { border-color: rgb(128,49,31); }

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