Shades of Raw Umber #713F03
Tints of Raw Umber #713F03
RGB
CMYK
RGB Variations
Color information
#713F03 (or 0x713F03) is known color: Raw Umber. HEX triplet: 71, 3F and 03. RGB value is (113,63,3). Sum of RGB (Red+Green+Blue) = 113+63+3=179 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.13% from 179); Green value is 63 (25% from 255 or 35.20% from 179); Blue value is 3 (1.56% from 255 or 1.68% from 179); Max value from RGB is 113 - color contains mainly: red. Hex color #713F03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713F03 is #8EC0FC. Grayscale: #474747. Windows color (decimal): -9355517 or 212849. OLE color: 212849.
HSL color Cylindrical-coordinate representation of color #713F03: hue angle of 32.73º 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 #713F03 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 63 | 3 | - |
| CMYK | 0 | 0.44 | 0.97 | 0.56 |
| HSL | 32.73º | 0.95% | 0.23% | - |
| HSV(B) | 32.73º | 0.97% | 0.44% | - |
| XYZ | 8.6 | 7.07 | 1 | - |
| YUV | 71.11 | 89.57 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 3 | 0 | 0.44 | 0.97 | 0.56 | 32.73 | 0.95 | 0.23 |
| Hex | 71 | 3F | 3 | 0 | 2C | 61 | 38 | 21 | 5F | 17 |
| Octal | 161 | 77 | 3 | 0 | 54 | 141 | 70 | 41 | 137 | 27 |
| Binary | 1110001 | 111111 | 11 | 0 | 101100 | 1100001 | 111000 | 100001 | 1011111 | 10111 |
Color Harmonies of #713F03
Complementary color
Monochromatic Colors of #713F03
Black with #713F03
Text Example
Text Example
White with #713F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713F03; }
p { color: rgb(113,63,3); }
H1.HeaderClassName
{
color: #713F03;
}
.AnyTagClassName
{
color: #713F03;
}
</style>
background-color css
<style>
a { background-color: #713F03; }
a { background-color: rgb(113,63,3); }
div.DivClassName
{
background-color: #713F03;
}
.BgClassName
{
background-color: #713F03;
}
</style>
border-color css
<style>
span { border-color: #713F03; }
span { border-color: rgb(113,63,3); }
td.TdClassName
{
border-color: #713F03;
}
.TagClassName
{
border-color: #713F03;
}
</style>