Shades of Raw Umber #715A15
Tints of Raw Umber #715A15
RGB
CMYK
RGB Variations
Color information
#715A15 (or 0x715A15) is known color: Raw Umber. HEX triplet: 71, 5A and 15. RGB value is (113,90,21). Sum of RGB (Red+Green+Blue) = 113+90+21=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #715A15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715A15 is #8EA5EA. Grayscale: #595959. Windows color (decimal): -9348587 or 1399409. OLE color: 1399409.
HSL color Cylindrical-coordinate representation of color #715A15: hue angle of 45º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #715A15 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 90 | 21 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.56 |
| HSL | 45º | 0.69% | 0.26% | - |
| HSV(B) | 45º | 0.81% | 0.44% | - |
| XYZ | 10.6 | 10.88 | 2.25 | - |
| YUV | 89.01 | 89.62 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 90 | 21 | 0 | 0.20 | 0.81 | 0.56 | 45 | 0.69 | 0.26 |
| Hex | 71 | 5A | 15 | 0 | 14 | 51 | 38 | 2D | 45 | 1A |
| Octal | 161 | 132 | 25 | 0 | 24 | 121 | 70 | 55 | 105 | 32 |
| Binary | 1110001 | 1011010 | 10101 | 0 | 10100 | 1010001 | 111000 | 101101 | 1000101 | 11010 |
Color Harmonies of #715A15
Complementary color
Monochromatic Colors of #715A15
Black with #715A15
Text Example
Text Example
White with #715A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715A15; }
p { color: rgb(113,90,21); }
H1.HeaderClassName
{
color: #715A15;
}
.AnyTagClassName
{
color: #715A15;
}
</style>
background-color css
<style>
a { background-color: #715A15; }
a { background-color: rgb(113,90,21); }
div.DivClassName
{
background-color: #715A15;
}
.BgClassName
{
background-color: #715A15;
}
</style>
border-color css
<style>
span { border-color: #715A15; }
span { border-color: rgb(113,90,21); }
td.TdClassName
{
border-color: #715A15;
}
.TagClassName
{
border-color: #715A15;
}
</style>