Shades of Raw Umber #715803
Tints of Raw Umber #715803
RGB
CMYK
RGB Variations
Color information
#715803 (or 0x715803) is known color: Raw Umber. HEX triplet: 71, 58 and 03. RGB value is (113,88,3). Sum of RGB (Red+Green+Blue) = 113+88+3=204 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.39% from 204); Green value is 88 (34.77% from 255 or 43.14% from 204); Blue value is 3 (1.56% from 255 or 1.47% from 204); Max value from RGB is 113 - color contains mainly: red. Hex color #715803 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715803 is #8EA7FC. Grayscale: #565656. Windows color (decimal): -9349117 or 219249. OLE color: 219249.
HSL color Cylindrical-coordinate representation of color #715803: hue angle of 46.36º 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 #715803 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 88 | 3 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.56 |
| HSL | 46.36º | 0.95% | 0.23% | - |
| HSV(B) | 46.36º | 0.97% | 0.44% | - |
| XYZ | 10.32 | 10.5 | 1.57 | - |
| YUV | 85.79 | 81.28 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 88 | 3 | 0 | 0.22 | 0.97 | 0.56 | 46.36 | 0.95 | 0.23 |
| Hex | 71 | 58 | 3 | 0 | 16 | 61 | 38 | 2E | 5F | 17 |
| Octal | 161 | 130 | 3 | 0 | 26 | 141 | 70 | 56 | 137 | 27 |
| Binary | 1110001 | 1011000 | 11 | 0 | 10110 | 1100001 | 111000 | 101110 | 1011111 | 10111 |
Color Harmonies of #715803
Complementary color
Monochromatic Colors of #715803
Black with #715803
Text Example
Text Example
White with #715803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715803; }
p { color: rgb(113,88,3); }
H1.HeaderClassName
{
color: #715803;
}
.AnyTagClassName
{
color: #715803;
}
</style>
background-color css
<style>
a { background-color: #715803; }
a { background-color: rgb(113,88,3); }
div.DivClassName
{
background-color: #715803;
}
.BgClassName
{
background-color: #715803;
}
</style>
border-color css
<style>
span { border-color: #715803; }
span { border-color: rgb(113,88,3); }
td.TdClassName
{
border-color: #715803;
}
.TagClassName
{
border-color: #715803;
}
</style>