Shades of Raw Umber #805511
Tints of Raw Umber #805511
RGB
CMYK
RGB Variations
Color information
#805511 (or 0x805511) is known color: Raw Umber. HEX triplet: 80, 55 and 11. RGB value is (128,85,17). Sum of RGB (Red+Green+Blue) = 128+85+17=230 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.65% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 128 - color contains mainly: red. Hex color #805511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805511 is #7FAAEE. Grayscale: #5A5A5A. Windows color (decimal): -8366831 or 1136000. OLE color: 1136000.
HSL color Cylindrical-coordinate representation of color #805511: hue angle of 36.76º 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 #805511 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 85 | 17 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.50 |
| HSL | 36.76º | 0.77% | 0.28% | - |
| HSV(B) | 36.76º | 0.87% | 0.5% | - |
| XYZ | 12.25 | 11.13 | 2.03 | - |
| YUV | 90.11 | 86.75 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 85 | 17 | 0 | 0.34 | 0.87 | 0.50 | 36.76 | 0.77 | 0.28 |
| Hex | 80 | 55 | 11 | 0 | 22 | 57 | 32 | 25 | 4D | 1C |
| Octal | 200 | 125 | 21 | 0 | 42 | 127 | 62 | 45 | 115 | 34 |
| Binary | 10000000 | 1010101 | 10001 | 0 | 100010 | 1010111 | 110010 | 100101 | 1001101 | 11100 |
Color Harmonies of #805511
Complementary color
Monochromatic Colors of #805511
Black with #805511
Text Example
Text Example
White with #805511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805511; }
p { color: rgb(128,85,17); }
H1.HeaderClassName
{
color: #805511;
}
.AnyTagClassName
{
color: #805511;
}
</style>
background-color css
<style>
a { background-color: #805511; }
a { background-color: rgb(128,85,17); }
div.DivClassName
{
background-color: #805511;
}
.BgClassName
{
background-color: #805511;
}
</style>
border-color css
<style>
span { border-color: #805511; }
span { border-color: rgb(128,85,17); }
td.TdClassName
{
border-color: #805511;
}
.TagClassName
{
border-color: #805511;
}
</style>