Shades of Raw Umber #714D14
Tints of Raw Umber #714D14
RGB
CMYK
RGB Variations
Color information
#714D14 (or 0x714D14) is known color: Raw Umber. HEX triplet: 71, 4D and 14. RGB value is (113,77,20). Sum of RGB (Red+Green+Blue) = 113+77+20=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #714D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #714D14 is #8EB2EB. Grayscale: #515151. Windows color (decimal): -9351916 or 1330545. OLE color: 1330545.
HSL color Cylindrical-coordinate representation of color #714D14: hue angle of 36.77º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #714D14 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 77 | 20 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.56 |
| HSL | 36.77º | 0.7% | 0.26% | - |
| HSV(B) | 36.77º | 0.82% | 0.44% | - |
| XYZ | 9.59 | 8.87 | 1.87 | - |
| YUV | 81.27 | 93.43 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 77 | 20 | 0 | 0.32 | 0.82 | 0.56 | 36.77 | 0.7 | 0.26 |
| Hex | 71 | 4D | 14 | 0 | 20 | 52 | 38 | 25 | 46 | 1A |
| Octal | 161 | 115 | 24 | 0 | 40 | 122 | 70 | 45 | 106 | 32 |
| Binary | 1110001 | 1001101 | 10100 | 0 | 100000 | 1010010 | 111000 | 100101 | 1000110 | 11010 |
Color Harmonies of #714D14
Complementary color
Monochromatic Colors of #714D14
Black with #714D14
Text Example
Text Example
White with #714D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714D14; }
p { color: rgb(113,77,20); }
H1.HeaderClassName
{
color: #714D14;
}
.AnyTagClassName
{
color: #714D14;
}
</style>
background-color css
<style>
a { background-color: #714D14; }
a { background-color: rgb(113,77,20); }
div.DivClassName
{
background-color: #714D14;
}
.BgClassName
{
background-color: #714D14;
}
</style>
border-color css
<style>
span { border-color: #714D14; }
span { border-color: rgb(113,77,20); }
td.TdClassName
{
border-color: #714D14;
}
.TagClassName
{
border-color: #714D14;
}
</style>