Shades of Raw Umber #715602
Tints of Raw Umber #715602
RGB
CMYK
RGB Variations
Color information
#715602 (or 0x715602) is known color: Raw Umber. HEX triplet: 71, 56 and 02. RGB value is (113,86,2). Sum of RGB (Red+Green+Blue) = 113+86+2=201 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.22% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 113 - color contains mainly: red. Hex color #715602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715602 is #8EA9FD. Grayscale: #545454. Windows color (decimal): -9349630 or 153201. OLE color: 153201.
HSL color Cylindrical-coordinate representation of color #715602: hue angle of 45.41º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #715602 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 86 | 2 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.56 |
| HSL | 45.41º | 0.97% | 0.23% | - |
| HSV(B) | 45.41º | 0.98% | 0.44% | - |
| XYZ | 10.15 | 10.17 | 1.49 | - |
| YUV | 84.5 | 81.45 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 86 | 2 | 0 | 0.24 | 0.98 | 0.56 | 45.41 | 0.97 | 0.23 |
| Hex | 71 | 56 | 2 | 0 | 18 | 62 | 38 | 2D | 61 | 17 |
| Octal | 161 | 126 | 2 | 0 | 30 | 142 | 70 | 55 | 141 | 27 |
| Binary | 1110001 | 1010110 | 10 | 0 | 11000 | 1100010 | 111000 | 101101 | 1100001 | 10111 |
Color Harmonies of #715602
Complementary color
Monochromatic Colors of #715602
Black with #715602
Text Example
Text Example
White with #715602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715602; }
p { color: rgb(113,86,2); }
H1.HeaderClassName
{
color: #715602;
}
.AnyTagClassName
{
color: #715602;
}
</style>
background-color css
<style>
a { background-color: #715602; }
a { background-color: rgb(113,86,2); }
div.DivClassName
{
background-color: #715602;
}
.BgClassName
{
background-color: #715602;
}
</style>
border-color css
<style>
span { border-color: #715602; }
span { border-color: rgb(113,86,2); }
td.TdClassName
{
border-color: #715602;
}
.TagClassName
{
border-color: #715602;
}
</style>