Shades of Raw Umber #724A15
Tints of Raw Umber #724A15
RGB
CMYK
RGB Variations
Color information
#724A15 (or 0x724A15) is known color: Raw Umber. HEX triplet: 72, 4A and 15. RGB value is (114,74,21). Sum of RGB (Red+Green+Blue) = 114+74+21=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 21 (8.59% from 255 or 10.05% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #724A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724A15 is #8DB5EA. Grayscale: #505050. Windows color (decimal): -9287147 or 1395314. OLE color: 1395314.
HSL color Cylindrical-coordinate representation of color #724A15: hue angle of 34.19º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #724A15 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 74 | 21 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.55 |
| HSL | 34.19º | 0.69% | 0.26% | - |
| HSV(B) | 34.19º | 0.82% | 0.45% | - |
| XYZ | 9.52 | 8.53 | 1.85 | - |
| YUV | 79.92 | 94.75 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 74 | 21 | 0 | 0.35 | 0.82 | 0.55 | 34.19 | 0.69 | 0.26 |
| Hex | 72 | 4A | 15 | 0 | 23 | 52 | 37 | 22 | 45 | 1A |
| Octal | 162 | 112 | 25 | 0 | 43 | 122 | 67 | 42 | 105 | 32 |
| Binary | 1110010 | 1001010 | 10101 | 0 | 100011 | 1010010 | 110111 | 100010 | 1000101 | 11010 |
Color Harmonies of #724A15
Complementary color
Monochromatic Colors of #724A15
Black with #724A15
Text Example
Text Example
White with #724A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724A15; }
p { color: rgb(114,74,21); }
H1.HeaderClassName
{
color: #724A15;
}
.AnyTagClassName
{
color: #724A15;
}
</style>
background-color css
<style>
a { background-color: #724A15; }
a { background-color: rgb(114,74,21); }
div.DivClassName
{
background-color: #724A15;
}
.BgClassName
{
background-color: #724A15;
}
</style>
border-color css
<style>
span { border-color: #724A15; }
span { border-color: rgb(114,74,21); }
td.TdClassName
{
border-color: #724A15;
}
.TagClassName
{
border-color: #724A15;
}
</style>