Shades of Raw Umber #715C04
Tints of Raw Umber #715C04
RGB
CMYK
RGB Variations
Color information
#715C04 (or 0x715C04) is known color: Raw Umber. HEX triplet: 71, 5C and 04. RGB value is (113,92,4). Sum of RGB (Red+Green+Blue) = 113+92+4=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 92 (36.33% from 255 or 44.02% from 209); Blue value is 4 (1.95% from 255 or 1.91% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #715C04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715C04 is #8EA3FB. Grayscale: #585858. Windows color (decimal): -9348092 or 285809. OLE color: 285809.
HSL color Cylindrical-coordinate representation of color #715C04: hue angle of 48.44º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #715C04 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 92 | 4 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.56 |
| HSL | 48.44º | 0.93% | 0.23% | - |
| HSV(B) | 48.44º | 0.96% | 0.44% | - |
| XYZ | 10.66 | 11.17 | 1.71 | - |
| YUV | 88.25 | 80.46 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 92 | 4 | 0 | 0.19 | 0.96 | 0.56 | 48.44 | 0.93 | 0.23 |
| Hex | 71 | 5C | 4 | 0 | 13 | 60 | 38 | 30 | 5D | 17 |
| Octal | 161 | 134 | 4 | 0 | 23 | 140 | 70 | 60 | 135 | 27 |
| Binary | 1110001 | 1011100 | 100 | 0 | 10011 | 1100000 | 111000 | 110000 | 1011101 | 10111 |
Color Harmonies of #715C04
Complementary color
Monochromatic Colors of #715C04
Black with #715C04
Text Example
Text Example
White with #715C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715C04; }
p { color: rgb(113,92,4); }
H1.HeaderClassName
{
color: #715C04;
}
.AnyTagClassName
{
color: #715C04;
}
</style>
background-color css
<style>
a { background-color: #715C04; }
a { background-color: rgb(113,92,4); }
div.DivClassName
{
background-color: #715C04;
}
.BgClassName
{
background-color: #715C04;
}
</style>
border-color css
<style>
span { border-color: #715C04; }
span { border-color: rgb(113,92,4); }
td.TdClassName
{
border-color: #715C04;
}
.TagClassName
{
border-color: #715C04;
}
</style>