Shades of Raw Umber #805115
Tints of Raw Umber #805115
RGB
CMYK
RGB Variations
Color information
#805115 (or 0x805115) is known color: Raw Umber. HEX triplet: 80, 51 and 15. RGB value is (128,81,21). Sum of RGB (Red+Green+Blue) = 128+81+21=230 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.65% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 21 (8.59% from 255 or 9.13% from 230); Max value from RGB is 128 - color contains mainly: red. Hex color #805115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805115 is #7FAEEA. Grayscale: #585858. Windows color (decimal): -8367851 or 1397120. OLE color: 1397120.
HSL color Cylindrical-coordinate representation of color #805115: hue angle of 33.64º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #805115 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 81 | 21 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.50 |
| HSL | 33.64º | 0.72% | 0.29% | - |
| HSV(B) | 33.64º | 0.84% | 0.5% | - |
| XYZ | 11.98 | 10.53 | 2.11 | - |
| YUV | 88.21 | 90.07 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 21 | 0 | 0.37 | 0.84 | 0.50 | 33.64 | 0.72 | 0.29 |
| Hex | 80 | 51 | 15 | 0 | 25 | 54 | 32 | 22 | 48 | 1D |
| Octal | 200 | 121 | 25 | 0 | 45 | 124 | 62 | 42 | 110 | 35 |
| Binary | 10000000 | 1010001 | 10101 | 0 | 100101 | 1010100 | 110010 | 100010 | 1001000 | 11101 |
Color Harmonies of #805115
Complementary color
Monochromatic Colors of #805115
Black with #805115
Text Example
Text Example
White with #805115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805115; }
p { color: rgb(128,81,21); }
H1.HeaderClassName
{
color: #805115;
}
.AnyTagClassName
{
color: #805115;
}
</style>
background-color css
<style>
a { background-color: #805115; }
a { background-color: rgb(128,81,21); }
div.DivClassName
{
background-color: #805115;
}
.BgClassName
{
background-color: #805115;
}
</style>
border-color css
<style>
span { border-color: #805115; }
span { border-color: rgb(128,81,21); }
td.TdClassName
{
border-color: #805115;
}
.TagClassName
{
border-color: #805115;
}
</style>