Shades of Raw Umber #724112
Tints of Raw Umber #724112
RGB
CMYK
RGB Variations
Color information
#724112 (or 0x724112) is known color: Raw Umber. HEX triplet: 72, 41 and 12. RGB value is (114,65,18). Sum of RGB (Red+Green+Blue) = 114+65+18=197 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.87% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 114 - color contains mainly: red. Hex color #724112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724112 is #8DBEED. Grayscale: #4A4A4A. Windows color (decimal): -9289454 or 1196402. OLE color: 1196402.
HSL color Cylindrical-coordinate representation of color #724112: hue angle of 29.38º 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 #724112 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 65 | 18 | - |
| CMYK | 0 | 0.43 | 0.84 | 0.55 |
| HSL | 29.38º | 0.73% | 0.26% | - |
| HSV(B) | 29.38º | 0.84% | 0.45% | - |
| XYZ | 8.94 | 7.4 | 1.53 | - |
| YUV | 74.29 | 96.23 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 65 | 18 | 0 | 0.43 | 0.84 | 0.55 | 29.38 | 0.73 | 0.26 |
| Hex | 72 | 41 | 12 | 0 | 2B | 54 | 37 | 1D | 49 | 1A |
| Octal | 162 | 101 | 22 | 0 | 53 | 124 | 67 | 35 | 111 | 32 |
| Binary | 1110010 | 1000001 | 10010 | 0 | 101011 | 1010100 | 110111 | 11101 | 1001001 | 11010 |
Color Harmonies of #724112
Complementary color
Monochromatic Colors of #724112
Black with #724112
Text Example
Text Example
White with #724112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724112; }
p { color: rgb(114,65,18); }
H1.HeaderClassName
{
color: #724112;
}
.AnyTagClassName
{
color: #724112;
}
</style>
background-color css
<style>
a { background-color: #724112; }
a { background-color: rgb(114,65,18); }
div.DivClassName
{
background-color: #724112;
}
.BgClassName
{
background-color: #724112;
}
</style>
border-color css
<style>
span { border-color: #724112; }
span { border-color: rgb(114,65,18); }
td.TdClassName
{
border-color: #724112;
}
.TagClassName
{
border-color: #724112;
}
</style>