Shades of Raw Umber #715C01
Tints of Raw Umber #715C01
RGB
CMYK
RGB Variations
Color information
#715C01 (or 0x715C01) is known color: Raw Umber. HEX triplet: 71, 5C and 01. RGB value is (113,92,1). Sum of RGB (Red+Green+Blue) = 113+92+1=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 92 (36.33% from 255 or 44.66% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #715C01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715C01 is #8EA3FE. Grayscale: #585858. Windows color (decimal): -9348095 or 89201. OLE color: 89201.
HSL color Cylindrical-coordinate representation of color #715C01: hue angle of 48.75º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #715C01 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 92 | 1 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.56 |
| HSL | 48.75º | 0.98% | 0.22% | - |
| HSV(B) | 48.75º | 0.99% | 0.44% | - |
| XYZ | 10.64 | 11.17 | 1.62 | - |
| YUV | 87.91 | 78.96 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 92 | 1 | 0 | 0.19 | 0.99 | 0.56 | 48.75 | 0.98 | 0.22 |
| Hex | 71 | 5C | 1 | 0 | 13 | 63 | 38 | 31 | 62 | 16 |
| Octal | 161 | 134 | 1 | 0 | 23 | 143 | 70 | 61 | 142 | 26 |
| Binary | 1110001 | 1011100 | 1 | 0 | 10011 | 1100011 | 111000 | 110001 | 1100010 | 10110 |
Color Harmonies of #715C01
Complementary color
Monochromatic Colors of #715C01
Black with #715C01
Text Example
Text Example
White with #715C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715C01; }
p { color: rgb(113,92,1); }
H1.HeaderClassName
{
color: #715C01;
}
.AnyTagClassName
{
color: #715C01;
}
</style>
background-color css
<style>
a { background-color: #715C01; }
a { background-color: rgb(113,92,1); }
div.DivClassName
{
background-color: #715C01;
}
.BgClassName
{
background-color: #715C01;
}
</style>
border-color css
<style>
span { border-color: #715C01; }
span { border-color: rgb(113,92,1); }
td.TdClassName
{
border-color: #715C01;
}
.TagClassName
{
border-color: #715C01;
}
</style>