Shades of Raw Umber #805117
Tints of Raw Umber #805117
RGB
CMYK
RGB Variations
Color information
#805117 (or 0x805117) is known color: Raw Umber. HEX triplet: 80, 51 and 17. RGB value is (128,81,23). Sum of RGB (Red+Green+Blue) = 128+81+23=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #805117 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805117 is #7FAEE8. Grayscale: #585858. Windows color (decimal): -8367849 or 1528192. OLE color: 1528192.
HSL color Cylindrical-coordinate representation of color #805117: hue angle of 33.14º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #805117 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 81 | 23 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.50 |
| HSL | 33.14º | 0.7% | 0.3% | - |
| HSV(B) | 33.14º | 0.82% | 0.5% | - |
| XYZ | 12 | 10.54 | 2.21 | - |
| YUV | 88.44 | 91.07 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 23 | 0 | 0.37 | 0.82 | 0.50 | 33.14 | 0.7 | 0.3 |
| Hex | 80 | 51 | 17 | 0 | 25 | 52 | 32 | 21 | 46 | 1E |
| Octal | 200 | 121 | 27 | 0 | 45 | 122 | 62 | 41 | 106 | 36 |
| Binary | 10000000 | 1010001 | 10111 | 0 | 100101 | 1010010 | 110010 | 100001 | 1000110 | 11110 |
Color Harmonies of #805117
Complementary color
Monochromatic Colors of #805117
Black with #805117
Text Example
Text Example
White with #805117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805117; }
p { color: rgb(128,81,23); }
H1.HeaderClassName
{
color: #805117;
}
.AnyTagClassName
{
color: #805117;
}
</style>
background-color css
<style>
a { background-color: #805117; }
a { background-color: rgb(128,81,23); }
div.DivClassName
{
background-color: #805117;
}
.BgClassName
{
background-color: #805117;
}
</style>
border-color css
<style>
span { border-color: #805117; }
span { border-color: rgb(128,81,23); }
td.TdClassName
{
border-color: #805117;
}
.TagClassName
{
border-color: #805117;
}
</style>