Shades of Raw Umber #805913
Tints of Raw Umber #805913
RGB
CMYK
RGB Variations
Color information
#805913 (or 0x805913) is known color: Raw Umber. HEX triplet: 80, 59 and 13. RGB value is (128,89,19). Sum of RGB (Red+Green+Blue) = 128+89+19=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #805913 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805913 is #7FA6EC. Grayscale: #5D5D5D. Windows color (decimal): -8365805 or 1268096. OLE color: 1268096.
HSL color Cylindrical-coordinate representation of color #805913: hue angle of 38.53º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #805913 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 89 | 19 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.50 |
| HSL | 38.53º | 0.74% | 0.29% | - |
| HSV(B) | 38.53º | 0.85% | 0.5% | - |
| XYZ | 12.59 | 11.78 | 2.23 | - |
| YUV | 92.68 | 86.42 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 19 | 0 | 0.30 | 0.85 | 0.50 | 38.53 | 0.74 | 0.29 |
| Hex | 80 | 59 | 13 | 0 | 1E | 55 | 32 | 27 | 4A | 1D |
| Octal | 200 | 131 | 23 | 0 | 36 | 125 | 62 | 47 | 112 | 35 |
| Binary | 10000000 | 1011001 | 10011 | 0 | 11110 | 1010101 | 110010 | 100111 | 1001010 | 11101 |
Color Harmonies of #805913
Complementary color
Monochromatic Colors of #805913
Black with #805913
Text Example
Text Example
White with #805913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805913; }
p { color: rgb(128,89,19); }
H1.HeaderClassName
{
color: #805913;
}
.AnyTagClassName
{
color: #805913;
}
</style>
background-color css
<style>
a { background-color: #805913; }
a { background-color: rgb(128,89,19); }
div.DivClassName
{
background-color: #805913;
}
.BgClassName
{
background-color: #805913;
}
</style>
border-color css
<style>
span { border-color: #805913; }
span { border-color: rgb(128,89,19); }
td.TdClassName
{
border-color: #805913;
}
.TagClassName
{
border-color: #805913;
}
</style>