Shades of Raw Umber #714D12
Tints of Raw Umber #714D12
RGB
CMYK
RGB Variations
Color information
#714D12 (or 0x714D12) is known color: Raw Umber. HEX triplet: 71, 4D and 12. RGB value is (113,77,18). Sum of RGB (Red+Green+Blue) = 113+77+18=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #714D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #714D12 is #8EB2ED. Grayscale: #515151. Windows color (decimal): -9351918 or 1199473. OLE color: 1199473.
HSL color Cylindrical-coordinate representation of color #714D12: hue angle of 37.26º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #714D12 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 77 | 18 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.56 |
| HSL | 37.26º | 0.73% | 0.26% | - |
| HSV(B) | 37.26º | 0.84% | 0.44% | - |
| XYZ | 9.57 | 8.86 | 1.78 | - |
| YUV | 81.04 | 92.43 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 77 | 18 | 0 | 0.32 | 0.84 | 0.56 | 37.26 | 0.73 | 0.26 |
| Hex | 71 | 4D | 12 | 0 | 20 | 54 | 38 | 25 | 49 | 1A |
| Octal | 161 | 115 | 22 | 0 | 40 | 124 | 70 | 45 | 111 | 32 |
| Binary | 1110001 | 1001101 | 10010 | 0 | 100000 | 1010100 | 111000 | 100101 | 1001001 | 11010 |
Color Harmonies of #714D12
Complementary color
Monochromatic Colors of #714D12
Black with #714D12
Text Example
Text Example
White with #714D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714D12; }
p { color: rgb(113,77,18); }
H1.HeaderClassName
{
color: #714D12;
}
.AnyTagClassName
{
color: #714D12;
}
</style>
background-color css
<style>
a { background-color: #714D12; }
a { background-color: rgb(113,77,18); }
div.DivClassName
{
background-color: #714D12;
}
.BgClassName
{
background-color: #714D12;
}
</style>
border-color css
<style>
span { border-color: #714D12; }
span { border-color: rgb(113,77,18); }
td.TdClassName
{
border-color: #714D12;
}
.TagClassName
{
border-color: #714D12;
}
</style>