#805A09

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

Shades of Raw Umber #805A09

Tints of Raw Umber #805A09

Color information

#805A09 (or 0x805A09) is unknown color: approx Raw Umber. HEX triplet: 80, 5A and 09. RGB value is (128,90,9). Sum of RGB (Red+Green+Blue) = 128+90+9=227 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.39% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 9 (3.91% from 255 or 3.96% from 227); Max value from RGB is 128 - color contains mainly: red. Hex color #805A09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805A09 is #7FA5F6. Grayscale: #5C5C5C. Windows color (decimal): -8365559 or 612992. OLE color: 612992.

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

Color convert

RGB128909-
CMYK00.300.930.50
HSL40.84º86.86%26.86%-
HSV(B)40.84º92.97%50.2%-
XYZ12.6111.921.89-
YUV92.1381.09153.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 56.39%
GREEN value IS 90 (35.55% from 255) = 39.65%
BLUE value IS 9 (3.91% from 255) = 3.96%
R=56.39%
G=39.65%
B=3.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.93
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12890900.300.930.5040.8486.8626.86
Hex805A901E5D3229571b
Octal20013211036135625112733
Binary10000000101101010010111101011101110010101001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805A09; }

 p { color: rgb(128,90,9); }

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

<style>
 a { background-color: #805A09; }

 a { background-color: rgb(128,90,9); }

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

<style>
 span { border-color: #805A09; }

 span { border-color: rgb(128,90,9); }

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