Shades of Raw Umber #805016
Tints of Raw Umber #805016
RGB
CMYK
RGB Variations
Color information
#805016 (or 0x805016) is known color: Raw Umber. HEX triplet: 80, 50 and 16. RGB value is (128,80,22). Sum of RGB (Red+Green+Blue) = 128+80+22=230 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.65% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 22 (8.98% from 255 or 9.57% from 230); Max value from RGB is 128 - color contains mainly: red. Hex color #805016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805016 is #7FAFE9. Grayscale: #585858. Windows color (decimal): -8368106 or 1462400. OLE color: 1462400.
HSL color Cylindrical-coordinate representation of color #805016: hue angle of 32.83º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #805016 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 80 | 22 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.50 |
| HSL | 32.83º | 0.71% | 0.29% | - |
| HSV(B) | 32.83º | 0.83% | 0.5% | - |
| XYZ | 11.92 | 10.38 | 2.14 | - |
| YUV | 87.74 | 90.9 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 80 | 22 | 0 | 0.38 | 0.83 | 0.50 | 32.83 | 0.71 | 0.29 |
| Hex | 80 | 50 | 16 | 0 | 26 | 53 | 32 | 21 | 47 | 1D |
| Octal | 200 | 120 | 26 | 0 | 46 | 123 | 62 | 41 | 107 | 35 |
| Binary | 10000000 | 1010000 | 10110 | 0 | 100110 | 1010011 | 110010 | 100001 | 1000111 | 11101 |
Color Harmonies of #805016
Complementary color
Monochromatic Colors of #805016
Black with #805016
Text Example
Text Example
White with #805016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805016; }
p { color: rgb(128,80,22); }
H1.HeaderClassName
{
color: #805016;
}
.AnyTagClassName
{
color: #805016;
}
</style>
background-color css
<style>
a { background-color: #805016; }
a { background-color: rgb(128,80,22); }
div.DivClassName
{
background-color: #805016;
}
.BgClassName
{
background-color: #805016;
}
</style>
border-color css
<style>
span { border-color: #805016; }
span { border-color: rgb(128,80,22); }
td.TdClassName
{
border-color: #805016;
}
.TagClassName
{
border-color: #805016;
}
</style>