Shades of Raw Umber #724D0F
Tints of Raw Umber #724D0F
RGB
CMYK
RGB Variations
Color information
#724D0F (or 0x724D0F) is known color: Raw Umber. HEX triplet: 72, 4D and 0F. RGB value is (114,77,15). Sum of RGB (Red+Green+Blue) = 114+77+15=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #724D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #724D0F is #8DB2F0. Grayscale: #515151. Windows color (decimal): -9286385 or 1002866. OLE color: 1002866.
HSL color Cylindrical-coordinate representation of color #724D0F: hue angle of 37.58º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #724D0F is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 77 | 15 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.55 |
| HSL | 37.58º | 0.77% | 0.25% | - |
| HSV(B) | 37.58º | 0.87% | 0.45% | - |
| XYZ | 9.68 | 8.92 | 1.66 | - |
| YUV | 81 | 90.76 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 77 | 15 | 0 | 0.32 | 0.87 | 0.55 | 37.58 | 0.77 | 0.25 |
| Hex | 72 | 4D | F | 0 | 20 | 57 | 37 | 26 | 4D | 19 |
| Octal | 162 | 115 | 17 | 0 | 40 | 127 | 67 | 46 | 115 | 31 |
| Binary | 1110010 | 1001101 | 1111 | 0 | 100000 | 1010111 | 110111 | 100110 | 1001101 | 11001 |
Color Harmonies of #724D0F
Complementary color
Monochromatic Colors of #724D0F
Black with #724D0F
Text Example
Text Example
White with #724D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724D0F; }
p { color: rgb(114,77,15); }
H1.HeaderClassName
{
color: #724D0F;
}
.AnyTagClassName
{
color: #724D0F;
}
</style>
background-color css
<style>
a { background-color: #724D0F; }
a { background-color: rgb(114,77,15); }
div.DivClassName
{
background-color: #724D0F;
}
.BgClassName
{
background-color: #724D0F;
}
</style>
border-color css
<style>
span { border-color: #724D0F; }
span { border-color: rgb(114,77,15); }
td.TdClassName
{
border-color: #724D0F;
}
.TagClassName
{
border-color: #724D0F;
}
</style>