Shades of Raw Umber #715603
Tints of Raw Umber #715603
RGB
CMYK
RGB Variations
Color information
#715603 (or 0x715603) is known color: Raw Umber. HEX triplet: 71, 56 and 03. RGB value is (113,86,3). Sum of RGB (Red+Green+Blue) = 113+86+3=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 86 (33.98% from 255 or 42.57% from 202); Blue value is 3 (1.56% from 255 or 1.49% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #715603 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715603 is #8EA9FC. Grayscale: #545454. Windows color (decimal): -9349629 or 218737. OLE color: 218737.
HSL color Cylindrical-coordinate representation of color #715603: hue angle of 45.27º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #715603 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 86 | 3 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.56 |
| HSL | 45.27º | 0.95% | 0.23% | - |
| HSV(B) | 45.27º | 0.97% | 0.44% | - |
| XYZ | 10.15 | 10.17 | 1.51 | - |
| YUV | 84.61 | 81.95 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 86 | 3 | 0 | 0.24 | 0.97 | 0.56 | 45.27 | 0.95 | 0.23 |
| Hex | 71 | 56 | 3 | 0 | 18 | 61 | 38 | 2D | 5F | 17 |
| Octal | 161 | 126 | 3 | 0 | 30 | 141 | 70 | 55 | 137 | 27 |
| Binary | 1110001 | 1010110 | 11 | 0 | 11000 | 1100001 | 111000 | 101101 | 1011111 | 10111 |
Color Harmonies of #715603
Complementary color
Monochromatic Colors of #715603
Black with #715603
Text Example
Text Example
White with #715603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715603; }
p { color: rgb(113,86,3); }
H1.HeaderClassName
{
color: #715603;
}
.AnyTagClassName
{
color: #715603;
}
</style>
background-color css
<style>
a { background-color: #715603; }
a { background-color: rgb(113,86,3); }
div.DivClassName
{
background-color: #715603;
}
.BgClassName
{
background-color: #715603;
}
</style>
border-color css
<style>
span { border-color: #715603; }
span { border-color: rgb(113,86,3); }
td.TdClassName
{
border-color: #715603;
}
.TagClassName
{
border-color: #715603;
}
</style>