Shades of Raw Umber #805910
Tints of Raw Umber #805910
RGB
CMYK
RGB Variations
Color information
#805910 (or 0x805910) is known color: Raw Umber. HEX triplet: 80, 59 and 10. RGB value is (128,89,16). Sum of RGB (Red+Green+Blue) = 128+89+16=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #805910 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805910 is #7FA6EF. Grayscale: #5C5C5C. Windows color (decimal): -8365808 or 1071488. OLE color: 1071488.
HSL color Cylindrical-coordinate representation of color #805910: hue angle of 39.11º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #805910 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 89 | 16 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.50 |
| HSL | 39.11º | 0.78% | 0.28% | - |
| HSV(B) | 39.11º | 0.88% | 0.5% | - |
| XYZ | 12.57 | 11.77 | 2.1 | - |
| YUV | 92.34 | 84.92 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 16 | 0 | 0.30 | 0.88 | 0.50 | 39.11 | 0.78 | 0.28 |
| Hex | 80 | 59 | 10 | 0 | 1E | 58 | 32 | 27 | 4E | 1C |
| Octal | 200 | 131 | 20 | 0 | 36 | 130 | 62 | 47 | 116 | 34 |
| Binary | 10000000 | 1011001 | 10000 | 0 | 11110 | 1011000 | 110010 | 100111 | 1001110 | 11100 |
Color Harmonies of #805910
Complementary color
Monochromatic Colors of #805910
Black with #805910
Text Example
Text Example
White with #805910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805910; }
p { color: rgb(128,89,16); }
H1.HeaderClassName
{
color: #805910;
}
.AnyTagClassName
{
color: #805910;
}
</style>
background-color css
<style>
a { background-color: #805910; }
a { background-color: rgb(128,89,16); }
div.DivClassName
{
background-color: #805910;
}
.BgClassName
{
background-color: #805910;
}
</style>
border-color css
<style>
span { border-color: #805910; }
span { border-color: rgb(128,89,16); }
td.TdClassName
{
border-color: #805910;
}
.TagClassName
{
border-color: #805910;
}
</style>