Shades of Raw Umber #715E00
Tints of Raw Umber #715E00
RGB
CMYK
RGB Variations
Color information
#715E00 (or 0x715E00) is known color: Raw Umber. HEX triplet: 71, 5E and 00. RGB value is (113,94,0). Sum of RGB (Red+Green+Blue) = 113+94+0=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 94 (37.11% from 255 or 45.41% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #715E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715E00 is #8EA1FF. Grayscale: #595959. Windows color (decimal): -9347584 or 24177. OLE color: 24177.
HSL color Cylindrical-coordinate representation of color #715E00: hue angle of 49.91º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #715E00 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 94 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.56 |
| HSL | 49.91º | 1% | 0.22% | - |
| HSV(B) | 49.91º | 1% | 0.44% | - |
| XYZ | 10.81 | 11.52 | 1.65 | - |
| YUV | 88.97 | 77.79 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 94 | 0 | 0 | 0.17 | 1 | 0.56 | 49.91 | 1 | 0.22 |
| Hex | 71 | 5E | 0 | 0 | 11 | 64 | 38 | 32 | 64 | 16 |
| Octal | 161 | 136 | 0 | 0 | 21 | 144 | 70 | 62 | 144 | 26 |
| Binary | 1110001 | 1011110 | 0 | 0 | 10001 | 1100100 | 111000 | 110010 | 1100100 | 10110 |
Color Harmonies of #715E00
Complementary color
Monochromatic Colors of #715E00
Black with #715E00
Text Example
Text Example
White with #715E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715E00; }
p { color: rgb(113,94,0); }
H1.HeaderClassName
{
color: #715E00;
}
.AnyTagClassName
{
color: #715E00;
}
</style>
background-color css
<style>
a { background-color: #715E00; }
a { background-color: rgb(113,94,0); }
div.DivClassName
{
background-color: #715E00;
}
.BgClassName
{
background-color: #715E00;
}
</style>
border-color css
<style>
span { border-color: #715E00; }
span { border-color: rgb(113,94,0); }
td.TdClassName
{
border-color: #715E00;
}
.TagClassName
{
border-color: #715E00;
}
</style>