Shades of Raw Umber #805A09
Tints of Raw Umber #805A09
RGB
CMYK
RGB Variations
Color information
#805A09 (or 0x805A09) is known color: 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
| RGB | 128 | 90 | 9 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.50 |
| HSL | 40.84º | 0.87% | 0.27% | - |
| HSV(B) | 40.84º | 0.93% | 0.5% | - |
| XYZ | 12.61 | 11.92 | 1.89 | - |
| YUV | 92.13 | 81.09 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 90 | 9 | 0 | 0.30 | 0.93 | 0.50 | 40.84 | 0.87 | 0.27 |
| Hex | 80 | 5A | 9 | 0 | 1E | 5D | 32 | 29 | 57 | 1B |
| Octal | 200 | 132 | 11 | 0 | 36 | 135 | 62 | 51 | 127 | 33 |
| Binary | 10000000 | 1011010 | 1001 | 0 | 11110 | 1011101 | 110010 | 101001 | 1010111 | 11011 |
Color Harmonies of #805A09
Complementary color
Monochromatic Colors of #805A09
Black with #805A09
Text Example
Text Example
White with #805A09
Text Example
Text Example
HTML Codes & Css Web 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>