Shades of Raw Umber #724A11
Tints of Raw Umber #724A11
RGB
CMYK
RGB Variations
Color information
#724A11 (or 0x724A11) is known color: Raw Umber. HEX triplet: 72, 4A and 11. RGB value is (114,74,17). Sum of RGB (Red+Green+Blue) = 114+74+17=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #724A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724A11 is #8DB5EE. Grayscale: #4F4F4F. Windows color (decimal): -9287151 or 1133170. OLE color: 1133170.
HSL color Cylindrical-coordinate representation of color #724A11: hue angle of 35.26º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #724A11 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 74 | 17 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.55 |
| HSL | 35.26º | 0.74% | 0.26% | - |
| HSV(B) | 35.26º | 0.85% | 0.45% | - |
| XYZ | 9.49 | 8.52 | 1.67 | - |
| YUV | 79.46 | 92.75 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 74 | 17 | 0 | 0.35 | 0.85 | 0.55 | 35.26 | 0.74 | 0.26 |
| Hex | 72 | 4A | 11 | 0 | 23 | 55 | 37 | 23 | 4A | 1A |
| Octal | 162 | 112 | 21 | 0 | 43 | 125 | 67 | 43 | 112 | 32 |
| Binary | 1110010 | 1001010 | 10001 | 0 | 100011 | 1010101 | 110111 | 100011 | 1001010 | 11010 |
Color Harmonies of #724A11
Complementary color
Monochromatic Colors of #724A11
Black with #724A11
Text Example
Text Example
White with #724A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724A11; }
p { color: rgb(114,74,17); }
H1.HeaderClassName
{
color: #724A11;
}
.AnyTagClassName
{
color: #724A11;
}
</style>
background-color css
<style>
a { background-color: #724A11; }
a { background-color: rgb(114,74,17); }
div.DivClassName
{
background-color: #724A11;
}
.BgClassName
{
background-color: #724A11;
}
</style>
border-color css
<style>
span { border-color: #724A11; }
span { border-color: rgb(114,74,17); }
td.TdClassName
{
border-color: #724A11;
}
.TagClassName
{
border-color: #724A11;
}
</style>