Shades of Raw Umber #805914
Tints of Raw Umber #805914
RGB
CMYK
RGB Variations
Color information
#805914 (or 0x805914) is known color: Raw Umber. HEX triplet: 80, 59 and 14. RGB value is (128,89,20). Sum of RGB (Red+Green+Blue) = 128+89+20=237 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.01% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 128 - color contains mainly: red. Hex color #805914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805914 is #7FA6EB. Grayscale: #5D5D5D. Windows color (decimal): -8365804 or 1333632. OLE color: 1333632.
HSL color Cylindrical-coordinate representation of color #805914: hue angle of 38.33º degrees, saturation: 0.73, 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 #805914 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 89 | 20 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.50 |
| HSL | 38.33º | 0.73% | 0.29% | - |
| HSV(B) | 38.33º | 0.84% | 0.5% | - |
| XYZ | 12.6 | 11.78 | 2.27 | - |
| YUV | 92.8 | 86.92 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 20 | 0 | 0.30 | 0.84 | 0.50 | 38.33 | 0.73 | 0.29 |
| Hex | 80 | 59 | 14 | 0 | 1E | 54 | 32 | 26 | 49 | 1D |
| Octal | 200 | 131 | 24 | 0 | 36 | 124 | 62 | 46 | 111 | 35 |
| Binary | 10000000 | 1011001 | 10100 | 0 | 11110 | 1010100 | 110010 | 100110 | 1001001 | 11101 |
Color Harmonies of #805914
Complementary color
Monochromatic Colors of #805914
Black with #805914
Text Example
Text Example
White with #805914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805914; }
p { color: rgb(128,89,20); }
H1.HeaderClassName
{
color: #805914;
}
.AnyTagClassName
{
color: #805914;
}
</style>
background-color css
<style>
a { background-color: #805914; }
a { background-color: rgb(128,89,20); }
div.DivClassName
{
background-color: #805914;
}
.BgClassName
{
background-color: #805914;
}
</style>
border-color css
<style>
span { border-color: #805914; }
span { border-color: rgb(128,89,20); }
td.TdClassName
{
border-color: #805914;
}
.TagClassName
{
border-color: #805914;
}
</style>