Shades of Raw Umber #805A13
Tints of Raw Umber #805A13
RGB
CMYK
RGB Variations
Color information
#805A13 (or 0x805A13) is known color: Raw Umber. HEX triplet: 80, 5A and 13. RGB value is (128,90,19). Sum of RGB (Red+Green+Blue) = 128+90+19=237 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.01% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 128 - color contains mainly: red. Hex color #805A13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805A13 is #7FA5EC. Grayscale: #5D5D5D. Windows color (decimal): -8365549 or 1268352. OLE color: 1268352.
HSL color Cylindrical-coordinate representation of color #805A13: hue angle of 39.08º 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 #805A13 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 90 | 19 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.50 |
| HSL | 39.08º | 0.74% | 0.29% | - |
| HSV(B) | 39.08º | 0.85% | 0.5% | - |
| XYZ | 12.68 | 11.95 | 2.25 | - |
| YUV | 93.27 | 86.09 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 90 | 19 | 0 | 0.30 | 0.85 | 0.50 | 39.08 | 0.74 | 0.29 |
| Hex | 80 | 5A | 13 | 0 | 1E | 55 | 32 | 27 | 4A | 1D |
| Octal | 200 | 132 | 23 | 0 | 36 | 125 | 62 | 47 | 112 | 35 |
| Binary | 10000000 | 1011010 | 10011 | 0 | 11110 | 1010101 | 110010 | 100111 | 1001010 | 11101 |
Color Harmonies of #805A13
Complementary color
Monochromatic Colors of #805A13
Black with #805A13
Text Example
Text Example
White with #805A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805A13; }
p { color: rgb(128,90,19); }
H1.HeaderClassName
{
color: #805A13;
}
.AnyTagClassName
{
color: #805A13;
}
</style>
background-color css
<style>
a { background-color: #805A13; }
a { background-color: rgb(128,90,19); }
div.DivClassName
{
background-color: #805A13;
}
.BgClassName
{
background-color: #805A13;
}
</style>
border-color css
<style>
span { border-color: #805A13; }
span { border-color: rgb(128,90,19); }
td.TdClassName
{
border-color: #805A13;
}
.TagClassName
{
border-color: #805A13;
}
</style>