#80590C

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

Shades of Raw Umber #80590C

Tints of Raw Umber #80590C

Color information

#80590C (or 0x80590C) is unknown color: approx Raw Umber. HEX triplet: 80, 59 and 0C. RGB value is (128,89,12). Sum of RGB (Red+Green+Blue) = 128+89+12=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #80590C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80590C is #7FA6F3. Grayscale: #5C5C5C. Windows color (decimal): -8365812 or 809344. OLE color: 809344.

HSL color Cylindrical-coordinate representation of color #80590C: hue angle of 39.83º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80590C is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB1288912-
CMYK00.300.910.50
HSL39.83º82.86%27.45%-
HSV(B)39.83º90.62%50.2%-
XYZ12.5411.761.96-
YUV91.8882.92153.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 55.90%
GREEN value IS 89 (35.16% from 255) = 38.86%
BLUE value IS 12 (5.08% from 255) = 5.24%
R=55.90%
G=38.86%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128891200.300.910.5039.8382.8627.45
Hex8059C01E5B3228531b
Octal20013114036133625012333
Binary10000000101100111000111101011011110010101000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80590C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80590C; }

 p { color: rgb(128,89,12); }

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

<style>
 a { background-color: #80590C; }

 a { background-color: rgb(128,89,12); }

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

<style>
 span { border-color: #80590C; }

 span { border-color: rgb(128,89,12); }

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