Shades of Raw Umber #713F11
Tints of Raw Umber #713F11
RGB
CMYK
RGB Variations
Color information
#713F11 (or 0x713F11) is known color: Raw Umber. HEX triplet: 71, 3F and 11. RGB value is (113,63,17). Sum of RGB (Red+Green+Blue) = 113+63+17=193 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.55% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 113 - color contains mainly: red. Hex color #713F11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713F11 is #8EC0EE. Grayscale: #484848. Windows color (decimal): -9355503 or 1130353. OLE color: 1130353.
HSL color Cylindrical-coordinate representation of color #713F11: hue angle of 28.75º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #713F11 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 63 | 17 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.56 |
| HSL | 28.75º | 0.74% | 0.25% | - |
| HSV(B) | 28.75º | 0.85% | 0.44% | - |
| XYZ | 8.69 | 7.11 | 1.44 | - |
| YUV | 72.71 | 96.57 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 17 | 0 | 0.44 | 0.85 | 0.56 | 28.75 | 0.74 | 0.25 |
| Hex | 71 | 3F | 11 | 0 | 2C | 55 | 38 | 1D | 4A | 19 |
| Octal | 161 | 77 | 21 | 0 | 54 | 125 | 70 | 35 | 112 | 31 |
| Binary | 1110001 | 111111 | 10001 | 0 | 101100 | 1010101 | 111000 | 11101 | 1001010 | 11001 |
Color Harmonies of #713F11
Complementary color
Monochromatic Colors of #713F11
Black with #713F11
Text Example
Text Example
White with #713F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713F11; }
p { color: rgb(113,63,17); }
H1.HeaderClassName
{
color: #713F11;
}
.AnyTagClassName
{
color: #713F11;
}
</style>
background-color css
<style>
a { background-color: #713F11; }
a { background-color: rgb(113,63,17); }
div.DivClassName
{
background-color: #713F11;
}
.BgClassName
{
background-color: #713F11;
}
</style>
border-color css
<style>
span { border-color: #713F11; }
span { border-color: rgb(113,63,17); }
td.TdClassName
{
border-color: #713F11;
}
.TagClassName
{
border-color: #713F11;
}
</style>