Shades of Raw Umber #805D09
Tints of Raw Umber #805D09
RGB
CMYK
RGB Variations
Color information
#805D09 (or 0x805D09) is known color: 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
| RGB | 128 | 93 | 9 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.50 |
| HSL | 42.35º | 0.87% | 0.27% | - |
| HSV(B) | 42.35º | 0.93% | 0.5% | - |
| XYZ | 12.87 | 12.44 | 1.98 | - |
| YUV | 93.89 | 80.1 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 93 | 9 | 0 | 0.27 | 0.93 | 0.50 | 42.35 | 0.87 | 0.27 |
| Hex | 80 | 5D | 9 | 0 | 1B | 5D | 32 | 2A | 57 | 1B |
| Octal | 200 | 135 | 11 | 0 | 33 | 135 | 62 | 52 | 127 | 33 |
| Binary | 10000000 | 1011101 | 1001 | 0 | 11011 | 1011101 | 110010 | 101010 | 1010111 | 11011 |
Color Harmonies of #805D09
Complementary color
Monochromatic Colors of #805D09
Black with #805D09
Text Example
Text Example
White with #805D09
Text Example
Text Example
HTML Codes & Css Web 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>