Shades of Raw Umber #805711
Tints of Raw Umber #805711
RGB
CMYK
RGB Variations
Color information
#805711 (or 0x805711) is known color: Raw Umber. HEX triplet: 80, 57 and 11. RGB value is (128,87,17). Sum of RGB (Red+Green+Blue) = 128+87+17=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 87 (34.38% from 255 or 37.5% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #805711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805711 is #7FA8EE. Grayscale: #5B5B5B. Windows color (decimal): -8366319 or 1136512. OLE color: 1136512.
HSL color Cylindrical-coordinate representation of color #805711: hue angle of 37.84º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #805711 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 87 | 17 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.50 |
| HSL | 37.84º | 0.77% | 0.28% | - |
| HSV(B) | 37.84º | 0.87% | 0.5% | - |
| XYZ | 12.41 | 11.45 | 2.09 | - |
| YUV | 91.28 | 86.08 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 87 | 17 | 0 | 0.32 | 0.87 | 0.50 | 37.84 | 0.77 | 0.28 |
| Hex | 80 | 57 | 11 | 0 | 20 | 57 | 32 | 26 | 4D | 1C |
| Octal | 200 | 127 | 21 | 0 | 40 | 127 | 62 | 46 | 115 | 34 |
| Binary | 10000000 | 1010111 | 10001 | 0 | 100000 | 1010111 | 110010 | 100110 | 1001101 | 11100 |
Color Harmonies of #805711
Complementary color
Monochromatic Colors of #805711
Black with #805711
Text Example
Text Example
White with #805711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805711; }
p { color: rgb(128,87,17); }
H1.HeaderClassName
{
color: #805711;
}
.AnyTagClassName
{
color: #805711;
}
</style>
background-color css
<style>
a { background-color: #805711; }
a { background-color: rgb(128,87,17); }
div.DivClassName
{
background-color: #805711;
}
.BgClassName
{
background-color: #805711;
}
</style>
border-color css
<style>
span { border-color: #805711; }
span { border-color: rgb(128,87,17); }
td.TdClassName
{
border-color: #805711;
}
.TagClassName
{
border-color: #805711;
}
</style>