Shades of Raw Umber #805411
Tints of Raw Umber #805411
RGB
CMYK
RGB Variations
Color information
#805411 (or 0x805411) is known color: Raw Umber. HEX triplet: 80, 54 and 11. RGB value is (128,84,17). Sum of RGB (Red+Green+Blue) = 128+84+17=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #805411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805411 is #7FABEE. Grayscale: #595959. Windows color (decimal): -8367087 or 1135744. OLE color: 1135744.
HSL color Cylindrical-coordinate representation of color #805411: hue angle of 36.22º 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 #805411 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 84 | 17 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.50 |
| HSL | 36.22º | 0.77% | 0.28% | - |
| HSV(B) | 36.22º | 0.87% | 0.5% | - |
| XYZ | 12.17 | 10.97 | 2.01 | - |
| YUV | 89.52 | 87.08 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 84 | 17 | 0 | 0.34 | 0.87 | 0.50 | 36.22 | 0.77 | 0.28 |
| Hex | 80 | 54 | 11 | 0 | 22 | 57 | 32 | 24 | 4D | 1C |
| Octal | 200 | 124 | 21 | 0 | 42 | 127 | 62 | 44 | 115 | 34 |
| Binary | 10000000 | 1010100 | 10001 | 0 | 100010 | 1010111 | 110010 | 100100 | 1001101 | 11100 |
Color Harmonies of #805411
Complementary color
Monochromatic Colors of #805411
Black with #805411
Text Example
Text Example
White with #805411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805411; }
p { color: rgb(128,84,17); }
H1.HeaderClassName
{
color: #805411;
}
.AnyTagClassName
{
color: #805411;
}
</style>
background-color css
<style>
a { background-color: #805411; }
a { background-color: rgb(128,84,17); }
div.DivClassName
{
background-color: #805411;
}
.BgClassName
{
background-color: #805411;
}
</style>
border-color css
<style>
span { border-color: #805411; }
span { border-color: rgb(128,84,17); }
td.TdClassName
{
border-color: #805411;
}
.TagClassName
{
border-color: #805411;
}
</style>