Shades of Raw Umber #724B13
Tints of Raw Umber #724B13
RGB
CMYK
RGB Variations
Color information
#724B13 (or 0x724B13) is known color: Raw Umber. HEX triplet: 72, 4B and 13. RGB value is (114,75,19). Sum of RGB (Red+Green+Blue) = 114+75+19=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 75 (29.69% from 255 or 36.06% from 208); Blue value is 19 (7.81% from 255 or 9.13% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #724B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724B13 is #8DB4EC. Grayscale: #505050. Windows color (decimal): -9286893 or 1264498. OLE color: 1264498.
HSL color Cylindrical-coordinate representation of color #724B13: hue angle of 35.37º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #724B13 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 75 | 19 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.55 |
| HSL | 35.37º | 0.71% | 0.26% | - |
| HSV(B) | 35.37º | 0.83% | 0.45% | - |
| XYZ | 9.57 | 8.66 | 1.78 | - |
| YUV | 80.28 | 93.42 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 75 | 19 | 0 | 0.34 | 0.83 | 0.55 | 35.37 | 0.71 | 0.26 |
| Hex | 72 | 4B | 13 | 0 | 22 | 53 | 37 | 23 | 47 | 1A |
| Octal | 162 | 113 | 23 | 0 | 42 | 123 | 67 | 43 | 107 | 32 |
| Binary | 1110010 | 1001011 | 10011 | 0 | 100010 | 1010011 | 110111 | 100011 | 1000111 | 11010 |
Color Harmonies of #724B13
Complementary color
Monochromatic Colors of #724B13
Black with #724B13
Text Example
Text Example
White with #724B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724B13; }
p { color: rgb(114,75,19); }
H1.HeaderClassName
{
color: #724B13;
}
.AnyTagClassName
{
color: #724B13;
}
</style>
background-color css
<style>
a { background-color: #724B13; }
a { background-color: rgb(114,75,19); }
div.DivClassName
{
background-color: #724B13;
}
.BgClassName
{
background-color: #724B13;
}
</style>
border-color css
<style>
span { border-color: #724B13; }
span { border-color: rgb(114,75,19); }
td.TdClassName
{
border-color: #724B13;
}
.TagClassName
{
border-color: #724B13;
}
</style>