Shades of Raw Umber #805008
Tints of Raw Umber #805008
RGB
CMYK
RGB Variations
Color information
#805008 (or 0x805008) is known color: Raw Umber. HEX triplet: 80, 50 and 08. RGB value is (128,80,8). Sum of RGB (Red+Green+Blue) = 128+80+8=216 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.26% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 8 (3.52% from 255 or 3.70% from 216); Max value from RGB is 128 - color contains mainly: red. Hex color #805008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805008 is #7FAFF7. Grayscale: #565656. Windows color (decimal): -8368120 or 544896. OLE color: 544896.
HSL color Cylindrical-coordinate representation of color #805008: hue angle of 36º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #805008 is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 80 | 8 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.50 |
| HSL | 36º | 0.88% | 0.27% | - |
| HSV(B) | 36º | 0.94% | 0.5% | - |
| XYZ | 11.81 | 10.34 | 1.6 | - |
| YUV | 86.14 | 83.9 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 80 | 8 | 0 | 0.38 | 0.94 | 0.50 | 36 | 0.88 | 0.27 |
| Hex | 80 | 50 | 8 | 0 | 26 | 5E | 32 | 24 | 58 | 1B |
| Octal | 200 | 120 | 10 | 0 | 46 | 136 | 62 | 44 | 130 | 33 |
| Binary | 10000000 | 1010000 | 1000 | 0 | 100110 | 1011110 | 110010 | 100100 | 1011000 | 11011 |
Color Harmonies of #805008
Complementary color
Monochromatic Colors of #805008
Black with #805008
Text Example
Text Example
White with #805008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805008; }
p { color: rgb(128,80,8); }
H1.HeaderClassName
{
color: #805008;
}
.AnyTagClassName
{
color: #805008;
}
</style>
background-color css
<style>
a { background-color: #805008; }
a { background-color: rgb(128,80,8); }
div.DivClassName
{
background-color: #805008;
}
.BgClassName
{
background-color: #805008;
}
</style>
border-color css
<style>
span { border-color: #805008; }
span { border-color: rgb(128,80,8); }
td.TdClassName
{
border-color: #805008;
}
.TagClassName
{
border-color: #805008;
}
</style>