Shades of Raw Umber #724A0A
Tints of Raw Umber #724A0A
RGB
CMYK
RGB Variations
Color information
#724A0A (or 0x724A0A) is known color: Raw Umber. HEX triplet: 72, 4A and 0A. RGB value is (114,74,10). Sum of RGB (Red+Green+Blue) = 114+74+10=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #724A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724A0A is #8DB5F5. Grayscale: #4E4E4E. Windows color (decimal): -9287158 or 674418. OLE color: 674418.
HSL color Cylindrical-coordinate representation of color #724A0A: hue angle of 36.92º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #724A0A is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 74 | 10 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.55 |
| HSL | 36.92º | 0.84% | 0.24% | - |
| HSV(B) | 36.92º | 0.91% | 0.45% | - |
| XYZ | 9.44 | 8.5 | 1.43 | - |
| YUV | 78.66 | 89.25 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 74 | 10 | 0 | 0.35 | 0.91 | 0.55 | 36.92 | 0.84 | 0.24 |
| Hex | 72 | 4A | A | 0 | 23 | 5B | 37 | 25 | 54 | 18 |
| Octal | 162 | 112 | 12 | 0 | 43 | 133 | 67 | 45 | 124 | 30 |
| Binary | 1110010 | 1001010 | 1010 | 0 | 100011 | 1011011 | 110111 | 100101 | 1010100 | 11000 |
Color Harmonies of #724A0A
Complementary color
Monochromatic Colors of #724A0A
Black with #724A0A
Text Example
Text Example
White with #724A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724A0A; }
p { color: rgb(114,74,10); }
H1.HeaderClassName
{
color: #724A0A;
}
.AnyTagClassName
{
color: #724A0A;
}
</style>
background-color css
<style>
a { background-color: #724A0A; }
a { background-color: rgb(114,74,10); }
div.DivClassName
{
background-color: #724A0A;
}
.BgClassName
{
background-color: #724A0A;
}
</style>
border-color css
<style>
span { border-color: #724A0A; }
span { border-color: rgb(114,74,10); }
td.TdClassName
{
border-color: #724A0A;
}
.TagClassName
{
border-color: #724A0A;
}
</style>