Shades of Raw Umber #713E11
Tints of Raw Umber #713E11
RGB
CMYK
RGB Variations
Color information
#713E11 (or 0x713E11) is known color: Raw Umber. HEX triplet: 71, 3E and 11. RGB value is (113,62,17). Sum of RGB (Red+Green+Blue) = 113+62+17=192 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.85% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 17 (7.03% from 255 or 8.85% from 192); Max value from RGB is 113 - color contains mainly: red. Hex color #713E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713E11 is #8EC1EE. Grayscale: #484848. Windows color (decimal): -9355759 or 1130097. OLE color: 1130097.
HSL color Cylindrical-coordinate representation of color #713E11: hue angle of 28.12º 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 #713E11 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 62 | 17 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.56 |
| HSL | 28.13º | 0.74% | 0.25% | - |
| HSV(B) | 28.13º | 0.85% | 0.44% | - |
| XYZ | 8.63 | 7 | 1.43 | - |
| YUV | 72.12 | 96.9 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 62 | 17 | 0 | 0.45 | 0.85 | 0.56 | 28.13 | 0.74 | 0.25 |
| Hex | 71 | 3E | 11 | 0 | 2D | 55 | 38 | 1C | 4A | 19 |
| Octal | 161 | 76 | 21 | 0 | 55 | 125 | 70 | 34 | 112 | 31 |
| Binary | 1110001 | 111110 | 10001 | 0 | 101101 | 1010101 | 111000 | 11100 | 1001010 | 11001 |
Color Harmonies of #713E11
Complementary color
Monochromatic Colors of #713E11
Black with #713E11
Text Example
Text Example
White with #713E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713E11; }
p { color: rgb(113,62,17); }
H1.HeaderClassName
{
color: #713E11;
}
.AnyTagClassName
{
color: #713E11;
}
</style>
background-color css
<style>
a { background-color: #713E11; }
a { background-color: rgb(113,62,17); }
div.DivClassName
{
background-color: #713E11;
}
.BgClassName
{
background-color: #713E11;
}
</style>
border-color css
<style>
span { border-color: #713E11; }
span { border-color: rgb(113,62,17); }
td.TdClassName
{
border-color: #713E11;
}
.TagClassName
{
border-color: #713E11;
}
</style>