#80301F

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

Shades of Burnt Umber #80301F

Tints of Burnt Umber #80301F

Color information

#80301F (or 0x80301F) is unknown color: approx Burnt Umber. HEX triplet: 80, 30 and 1F. RGB value is (128,48,31). Sum of RGB (Red+Green+Blue) = 128+48+31=207 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.84% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 31 (12.5% from 255 or 14.98% from 207); Max value from RGB is 128 - color contains mainly: red. Hex color #80301F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80301F is #7FCFE0. Grayscale: #464646. Windows color (decimal): -8376289 or 2044032. OLE color: 2044032.

HSL color Cylindrical-coordinate representation of color #80301F: hue angle of 10.52º 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 #80301F is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB1284831-
CMYK00.620.760.50
HSL10.52º61.01%31.18%-
HSV(B)10.52º75.78%50.2%-
XYZ10.216.82.07-
YUV69.98106169.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 61.84%
GREEN value IS 48 (19.14% from 255) = 23.19%
BLUE value IS 31 (12.5% from 255) = 14.98%
R=61.84%
G=23.19%
B=14.98%

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
Decimal128483100.620.760.5010.5261.0131.18
Hex80301F03E4C32b3d1f
Octal200603707611462137537
Binary100000001100001111101111101001100110010101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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