#805D09

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

Shades of Raw Umber #805D09

Tints of Raw Umber #805D09

Color information

#805D09 (or 0x805D09) is unknown color: approx Raw Umber. HEX triplet: 80, 5D and 09. RGB value is (128,93,9). Sum of RGB (Red+Green+Blue) = 128+93+9=230 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.65% from 230); Green value is 93 (36.72% from 255 or 40.43% from 230); Blue value is 9 (3.91% from 255 or 3.91% from 230); Max value from RGB is 128 - color contains mainly: red. Hex color #805D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805D09 is #7FA2F6. Grayscale: #5E5E5E. Windows color (decimal): -8364791 or 613760. OLE color: 613760.

HSL color Cylindrical-coordinate representation of color #805D09: hue angle of 42.35º 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 #805D09 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB128939-
CMYK00.270.930.50
HSL42.35º86.86%26.86%-
HSV(B)42.35º92.97%50.2%-
XYZ12.8712.441.98-
YUV93.8980.1152.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 55.65%
GREEN value IS 93 (36.72% from 255) = 40.43%
BLUE value IS 9 (3.91% from 255) = 3.91%
R=55.65%
G=40.43%
B=3.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.93
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12893900.270.930.5042.3586.8626.86
Hex805D901B5D322a571b
Octal20013511033135625212733
Binary10000000101110110010110111011101110010101010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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