Shades of Raw Umber #714F18
Tints of Raw Umber #714F18
RGB
CMYK
RGB Variations
Color information
#714F18 (or 0x714F18) is known color: Raw Umber. HEX triplet: 71, 4F and 18. RGB value is (113,79,24). Sum of RGB (Red+Green+Blue) = 113+79+24=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 79 (31.25% from 255 or 36.57% from 216); Blue value is 24 (9.77% from 255 or 11.11% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #714F18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #714F18 is #8EB0E7. Grayscale: #535353. Windows color (decimal): -9351400 or 1593201. OLE color: 1593201.
HSL color Cylindrical-coordinate representation of color #714F18: hue angle of 37.08º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #714F18 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 79 | 24 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.56 |
| HSL | 37.08º | 0.65% | 0.27% | - |
| HSV(B) | 37.08º | 0.79% | 0.44% | - |
| XYZ | 9.77 | 9.17 | 2.12 | - |
| YUV | 82.9 | 94.76 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 79 | 24 | 0 | 0.30 | 0.79 | 0.56 | 37.08 | 0.65 | 0.27 |
| Hex | 71 | 4F | 18 | 0 | 1E | 4F | 38 | 25 | 41 | 1B |
| Octal | 161 | 117 | 30 | 0 | 36 | 117 | 70 | 45 | 101 | 33 |
| Binary | 1110001 | 1001111 | 11000 | 0 | 11110 | 1001111 | 111000 | 100101 | 1000001 | 11011 |
Color Harmonies of #714F18
Complementary color
Monochromatic Colors of #714F18
Black with #714F18
Text Example
Text Example
White with #714F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714F18; }
p { color: rgb(113,79,24); }
H1.HeaderClassName
{
color: #714F18;
}
.AnyTagClassName
{
color: #714F18;
}
</style>
background-color css
<style>
a { background-color: #714F18; }
a { background-color: rgb(113,79,24); }
div.DivClassName
{
background-color: #714F18;
}
.BgClassName
{
background-color: #714F18;
}
</style>
border-color css
<style>
span { border-color: #714F18; }
span { border-color: rgb(113,79,24); }
td.TdClassName
{
border-color: #714F18;
}
.TagClassName
{
border-color: #714F18;
}
</style>