#80560E

Color #80560E Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #80560E

Tints of Raw Umber #80560E

Color information

#80560E (or 0x80560E) is unknown color: approx Raw Umber. HEX triplet: 80, 56 and 0E. RGB value is (128,86,14). Sum of RGB (Red+Green+Blue) = 128+86+14=228 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.14% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 128 - color contains mainly: red. Hex color #80560E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80560E is #7FA9F1. Grayscale: #5A5A5A. Windows color (decimal): -8366578 or 939648. OLE color: 939648.

HSL color Cylindrical-coordinate representation of color #80560E: hue angle of 37.89º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80560E is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.50.

Color convert

RGB1288614-
CMYK00.330.890.50
HSL37.89º80.28%27.84%-
HSV(B)37.89º89.06%50.2%-
XYZ12.3111.281.94-
YUV90.3584.91154.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 56.14%
GREEN value IS 86 (33.98% from 255) = 37.72%
BLUE value IS 14 (5.86% from 255) = 6.14%
R=56.14%
G=37.72%
B=6.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.89
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128861400.330.890.5037.8980.2827.84
Hex8056E021593226501c
Octal20012616041131624612034
Binary100000001010110111001000011011001110010100110101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80560E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80560E; }

 p { color: rgb(128,86,14); }

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

<style>
 a { background-color: #80560E; }

 a { background-color: rgb(128,86,14); }

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

<style>
 span { border-color: #80560E; }

 span { border-color: rgb(128,86,14); }

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