#80490C

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

Shades of Raw Umber #80490C

Tints of Raw Umber #80490C

Color information

#80490C (or 0x80490C) is unknown color: approx Raw Umber. HEX triplet: 80, 49 and 0C. RGB value is (128,73,12). Sum of RGB (Red+Green+Blue) = 128+73+12=213 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.09% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 12 (5.08% from 255 or 5.63% from 213); Max value from RGB is 128 - color contains mainly: red. Hex color #80490C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80490C is #7FB6F3. Grayscale: #525252. Windows color (decimal): -8369908 or 805248. OLE color: 805248.

HSL color Cylindrical-coordinate representation of color #80490C: hue angle of 31.55º 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 #80490C is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB1287312-
CMYK00.430.910.50
HSL31.55º82.86%27.45%-
HSV(B)31.55º90.62%50.2%-
XYZ11.359.381.56-
YUV82.4988.22160.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 60.09%
GREEN value IS 73 (28.91% from 255) = 34.27%
BLUE value IS 12 (5.08% from 255) = 5.63%
R=60.09%
G=34.27%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128731200.430.910.5031.5582.8627.45
Hex8049C02B5B3220531b
Octal20011114053133624012333
Binary100000001001001110001010111011011110010100000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80490C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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