Shades of Raw Umber #715A0E
Tints of Raw Umber #715A0E
RGB
CMYK
RGB Variations
Color information
#715A0E (or 0x715A0E) is known color: Raw Umber. HEX triplet: 71, 5A and 0E. RGB value is (113,90,14). Sum of RGB (Red+Green+Blue) = 113+90+14=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 90 (35.55% from 255 or 41.47% from 217); Blue value is 14 (5.86% from 255 or 6.45% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #715A0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715A0E is #8EA5F1. Grayscale: #585858. Windows color (decimal): -9348594 or 940657. OLE color: 940657.
HSL color Cylindrical-coordinate representation of color #715A0E: hue angle of 46.06º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #715A0E is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 90 | 14 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.56 |
| HSL | 46.06º | 0.78% | 0.25% | - |
| HSV(B) | 46.06º | 0.88% | 0.44% | - |
| XYZ | 10.55 | 10.85 | 1.95 | - |
| YUV | 88.21 | 86.12 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 90 | 14 | 0 | 0.20 | 0.88 | 0.56 | 46.06 | 0.78 | 0.25 |
| Hex | 71 | 5A | E | 0 | 14 | 58 | 38 | 2E | 4E | 19 |
| Octal | 161 | 132 | 16 | 0 | 24 | 130 | 70 | 56 | 116 | 31 |
| Binary | 1110001 | 1011010 | 1110 | 0 | 10100 | 1011000 | 111000 | 101110 | 1001110 | 11001 |
Color Harmonies of #715A0E
Complementary color
Monochromatic Colors of #715A0E
Black with #715A0E
Text Example
Text Example
White with #715A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715A0E; }
p { color: rgb(113,90,14); }
H1.HeaderClassName
{
color: #715A0E;
}
.AnyTagClassName
{
color: #715A0E;
}
</style>
background-color css
<style>
a { background-color: #715A0E; }
a { background-color: rgb(113,90,14); }
div.DivClassName
{
background-color: #715A0E;
}
.BgClassName
{
background-color: #715A0E;
}
</style>
border-color css
<style>
span { border-color: #715A0E; }
span { border-color: rgb(113,90,14); }
td.TdClassName
{
border-color: #715A0E;
}
.TagClassName
{
border-color: #715A0E;
}
</style>