Shades of Raw Umber #715A13
Tints of Raw Umber #715A13
RGB
CMYK
RGB Variations
Color information
#715A13 (or 0x715A13) is known color: Raw Umber. HEX triplet: 71, 5A and 13. RGB value is (113,90,19). Sum of RGB (Red+Green+Blue) = 113+90+19=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 90 (35.55% from 255 or 40.54% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #715A13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715A13 is #8EA5EC. Grayscale: #595959. Windows color (decimal): -9348589 or 1268337. OLE color: 1268337.
HSL color Cylindrical-coordinate representation of color #715A13: hue angle of 45.32º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #715A13 is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 90 | 19 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.56 |
| HSL | 45.32º | 0.71% | 0.26% | - |
| HSV(B) | 45.32º | 0.83% | 0.44% | - |
| XYZ | 10.58 | 10.87 | 2.16 | - |
| YUV | 88.78 | 88.62 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 90 | 19 | 0 | 0.20 | 0.83 | 0.56 | 45.32 | 0.71 | 0.26 |
| Hex | 71 | 5A | 13 | 0 | 14 | 53 | 38 | 2D | 47 | 1A |
| Octal | 161 | 132 | 23 | 0 | 24 | 123 | 70 | 55 | 107 | 32 |
| Binary | 1110001 | 1011010 | 10011 | 0 | 10100 | 1010011 | 111000 | 101101 | 1000111 | 11010 |
Color Harmonies of #715A13
Complementary color
Monochromatic Colors of #715A13
Black with #715A13
Text Example
Text Example
White with #715A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715A13; }
p { color: rgb(113,90,19); }
H1.HeaderClassName
{
color: #715A13;
}
.AnyTagClassName
{
color: #715A13;
}
</style>
background-color css
<style>
a { background-color: #715A13; }
a { background-color: rgb(113,90,19); }
div.DivClassName
{
background-color: #715A13;
}
.BgClassName
{
background-color: #715A13;
}
</style>
border-color css
<style>
span { border-color: #715A13; }
span { border-color: rgb(113,90,19); }
td.TdClassName
{
border-color: #715A13;
}
.TagClassName
{
border-color: #715A13;
}
</style>