Shades of Raw Umber #805709
Tints of Raw Umber #805709
RGB
CMYK
RGB Variations
Color information
#805709 (or 0x805709) is known color: Raw Umber. HEX triplet: 80, 57 and 09. RGB value is (128,87,9). Sum of RGB (Red+Green+Blue) = 128+87+9=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 87 (34.38% from 255 or 38.84% from 224); Blue value is 9 (3.91% from 255 or 4.02% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #805709 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805709 is #7FA8F6. Grayscale: #5A5A5A. Windows color (decimal): -8366327 or 612224. OLE color: 612224.
HSL color Cylindrical-coordinate representation of color #805709: hue angle of 39.33º 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 #805709 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 87 | 9 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.50 |
| HSL | 39.33º | 0.87% | 0.27% | - |
| HSV(B) | 39.33º | 0.93% | 0.5% | - |
| XYZ | 12.36 | 11.43 | 1.81 | - |
| YUV | 90.37 | 82.08 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 87 | 9 | 0 | 0.32 | 0.93 | 0.50 | 39.33 | 0.87 | 0.27 |
| Hex | 80 | 57 | 9 | 0 | 20 | 5D | 32 | 27 | 57 | 1B |
| Octal | 200 | 127 | 11 | 0 | 40 | 135 | 62 | 47 | 127 | 33 |
| Binary | 10000000 | 1010111 | 1001 | 0 | 100000 | 1011101 | 110010 | 100111 | 1010111 | 11011 |
Color Harmonies of #805709
Complementary color
Monochromatic Colors of #805709
Black with #805709
Text Example
Text Example
White with #805709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805709; }
p { color: rgb(128,87,9); }
H1.HeaderClassName
{
color: #805709;
}
.AnyTagClassName
{
color: #805709;
}
</style>
background-color css
<style>
a { background-color: #805709; }
a { background-color: rgb(128,87,9); }
div.DivClassName
{
background-color: #805709;
}
.BgClassName
{
background-color: #805709;
}
</style>
border-color css
<style>
span { border-color: #805709; }
span { border-color: rgb(128,87,9); }
td.TdClassName
{
border-color: #805709;
}
.TagClassName
{
border-color: #805709;
}
</style>