Shades of Raw Umber #805609
Tints of Raw Umber #805609
RGB
CMYK
RGB Variations
Color information
#805609 (or 0x805609) is known color: Raw Umber. HEX triplet: 80, 56 and 09. RGB value is (128,86,9). Sum of RGB (Red+Green+Blue) = 128+86+9=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 9 (3.91% from 255 or 4.04% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #805609 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805609 is #7FA9F6. Grayscale: #5A5A5A. Windows color (decimal): -8366583 or 611968. OLE color: 611968.
HSL color Cylindrical-coordinate representation of color #805609: hue angle of 38.82º 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 #805609 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 86 | 9 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.50 |
| HSL | 38.82º | 0.87% | 0.27% | - |
| HSV(B) | 38.82º | 0.93% | 0.5% | - |
| XYZ | 12.28 | 11.26 | 1.79 | - |
| YUV | 89.78 | 82.41 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 86 | 9 | 0 | 0.33 | 0.93 | 0.50 | 38.82 | 0.87 | 0.27 |
| Hex | 80 | 56 | 9 | 0 | 21 | 5D | 32 | 27 | 57 | 1B |
| Octal | 200 | 126 | 11 | 0 | 41 | 135 | 62 | 47 | 127 | 33 |
| Binary | 10000000 | 1010110 | 1001 | 0 | 100001 | 1011101 | 110010 | 100111 | 1010111 | 11011 |
Color Harmonies of #805609
Complementary color
Monochromatic Colors of #805609
Black with #805609
Text Example
Text Example
White with #805609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805609; }
p { color: rgb(128,86,9); }
H1.HeaderClassName
{
color: #805609;
}
.AnyTagClassName
{
color: #805609;
}
</style>
background-color css
<style>
a { background-color: #805609; }
a { background-color: rgb(128,86,9); }
div.DivClassName
{
background-color: #805609;
}
.BgClassName
{
background-color: #805609;
}
</style>
border-color css
<style>
span { border-color: #805609; }
span { border-color: rgb(128,86,9); }
td.TdClassName
{
border-color: #805609;
}
.TagClassName
{
border-color: #805609;
}
</style>