Shades of Raw Umber #715C10
Tints of Raw Umber #715C10
RGB
CMYK
RGB Variations
Color information
#715C10 (or 0x715C10) is known color: Raw Umber. HEX triplet: 71, 5C and 10. RGB value is (113,92,16). Sum of RGB (Red+Green+Blue) = 113+92+16=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 92 (36.33% from 255 or 41.63% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #715C10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715C10 is #8EA3EF. Grayscale: #595959. Windows color (decimal): -9348080 or 1072241. OLE color: 1072241.
HSL color Cylindrical-coordinate representation of color #715C10: hue angle of 47.01º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #715C10 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 92 | 16 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.56 |
| HSL | 47.01º | 0.75% | 0.25% | - |
| HSV(B) | 47.01º | 0.86% | 0.44% | - |
| XYZ | 10.73 | 11.2 | 2.09 | - |
| YUV | 89.62 | 86.46 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 92 | 16 | 0 | 0.19 | 0.86 | 0.56 | 47.01 | 0.75 | 0.25 |
| Hex | 71 | 5C | 10 | 0 | 13 | 56 | 38 | 2F | 4B | 19 |
| Octal | 161 | 134 | 20 | 0 | 23 | 126 | 70 | 57 | 113 | 31 |
| Binary | 1110001 | 1011100 | 10000 | 0 | 10011 | 1010110 | 111000 | 101111 | 1001011 | 11001 |
Color Harmonies of #715C10
Complementary color
Monochromatic Colors of #715C10
Black with #715C10
Text Example
Text Example
White with #715C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715C10; }
p { color: rgb(113,92,16); }
H1.HeaderClassName
{
color: #715C10;
}
.AnyTagClassName
{
color: #715C10;
}
</style>
background-color css
<style>
a { background-color: #715C10; }
a { background-color: rgb(113,92,16); }
div.DivClassName
{
background-color: #715C10;
}
.BgClassName
{
background-color: #715C10;
}
</style>
border-color css
<style>
span { border-color: #715C10; }
span { border-color: rgb(113,92,16); }
td.TdClassName
{
border-color: #715C10;
}
.TagClassName
{
border-color: #715C10;
}
</style>