Shades of Raw Umber #724D12
Tints of Raw Umber #724D12
RGB
CMYK
RGB Variations
Color information
#724D12 (or 0x724D12) is known color: Raw Umber. HEX triplet: 72, 4D and 12. RGB value is (114,77,18). Sum of RGB (Red+Green+Blue) = 114+77+18=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #724D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #724D12 is #8DB2ED. Grayscale: #515151. Windows color (decimal): -9286382 or 1199474. OLE color: 1199474.
HSL color Cylindrical-coordinate representation of color #724D12: hue angle of 36.88º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #724D12 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 77 | 18 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.55 |
| HSL | 36.88º | 0.73% | 0.26% | - |
| HSV(B) | 36.88º | 0.84% | 0.45% | - |
| XYZ | 9.7 | 8.93 | 1.78 | - |
| YUV | 81.34 | 92.26 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 77 | 18 | 0 | 0.32 | 0.84 | 0.55 | 36.88 | 0.73 | 0.26 |
| Hex | 72 | 4D | 12 | 0 | 20 | 54 | 37 | 25 | 49 | 1A |
| Octal | 162 | 115 | 22 | 0 | 40 | 124 | 67 | 45 | 111 | 32 |
| Binary | 1110010 | 1001101 | 10010 | 0 | 100000 | 1010100 | 110111 | 100101 | 1001001 | 11010 |
Color Harmonies of #724D12
Complementary color
Monochromatic Colors of #724D12
Black with #724D12
Text Example
Text Example
White with #724D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724D12; }
p { color: rgb(114,77,18); }
H1.HeaderClassName
{
color: #724D12;
}
.AnyTagClassName
{
color: #724D12;
}
</style>
background-color css
<style>
a { background-color: #724D12; }
a { background-color: rgb(114,77,18); }
div.DivClassName
{
background-color: #724D12;
}
.BgClassName
{
background-color: #724D12;
}
</style>
border-color css
<style>
span { border-color: #724D12; }
span { border-color: rgb(114,77,18); }
td.TdClassName
{
border-color: #724D12;
}
.TagClassName
{
border-color: #724D12;
}
</style>