Shades of Raw Umber #713F13
Tints of Raw Umber #713F13
RGB
CMYK
RGB Variations
Color information
#713F13 (or 0x713F13) is known color: Raw Umber. HEX triplet: 71, 3F and 13. RGB value is (113,63,19). Sum of RGB (Red+Green+Blue) = 113+63+19=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 63 (25% from 255 or 32.31% from 195); Blue value is 19 (7.81% from 255 or 9.74% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #713F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713F13 is #8EC0EC. Grayscale: #494949. Windows color (decimal): -9355501 or 1261425. OLE color: 1261425.
HSL color Cylindrical-coordinate representation of color #713F13: hue angle of 28.09º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #713F13 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 63 | 19 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.56 |
| HSL | 28.09º | 0.71% | 0.26% | - |
| HSV(B) | 28.09º | 0.83% | 0.44% | - |
| XYZ | 8.71 | 7.11 | 1.53 | - |
| YUV | 72.93 | 97.57 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 19 | 0 | 0.44 | 0.83 | 0.56 | 28.09 | 0.71 | 0.26 |
| Hex | 71 | 3F | 13 | 0 | 2C | 53 | 38 | 1C | 47 | 1A |
| Octal | 161 | 77 | 23 | 0 | 54 | 123 | 70 | 34 | 107 | 32 |
| Binary | 1110001 | 111111 | 10011 | 0 | 101100 | 1010011 | 111000 | 11100 | 1000111 | 11010 |
Color Harmonies of #713F13
Complementary color
Monochromatic Colors of #713F13
Black with #713F13
Text Example
Text Example
White with #713F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713F13; }
p { color: rgb(113,63,19); }
H1.HeaderClassName
{
color: #713F13;
}
.AnyTagClassName
{
color: #713F13;
}
</style>
background-color css
<style>
a { background-color: #713F13; }
a { background-color: rgb(113,63,19); }
div.DivClassName
{
background-color: #713F13;
}
.BgClassName
{
background-color: #713F13;
}
</style>
border-color css
<style>
span { border-color: #713F13; }
span { border-color: rgb(113,63,19); }
td.TdClassName
{
border-color: #713F13;
}
.TagClassName
{
border-color: #713F13;
}
</style>