Shades of Raw Umber #724B0C
Tints of Raw Umber #724B0C
RGB
CMYK
RGB Variations
Color information
#724B0C (or 0x724B0C) is known color: Raw Umber. HEX triplet: 72, 4B and 0C. RGB value is (114,75,12). Sum of RGB (Red+Green+Blue) = 114+75+12=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #724B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724B0C is #8DB4F3. Grayscale: #4F4F4F. Windows color (decimal): -9286900 or 805746. OLE color: 805746.
HSL color Cylindrical-coordinate representation of color #724B0C: hue angle of 37.06º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #724B0C is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 75 | 12 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.55 |
| HSL | 37.06º | 0.81% | 0.25% | - |
| HSV(B) | 37.06º | 0.89% | 0.45% | - |
| XYZ | 9.52 | 8.64 | 1.51 | - |
| YUV | 79.48 | 89.92 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 75 | 12 | 0 | 0.34 | 0.89 | 0.55 | 37.06 | 0.81 | 0.25 |
| Hex | 72 | 4B | C | 0 | 22 | 59 | 37 | 25 | 51 | 19 |
| Octal | 162 | 113 | 14 | 0 | 42 | 131 | 67 | 45 | 121 | 31 |
| Binary | 1110010 | 1001011 | 1100 | 0 | 100010 | 1011001 | 110111 | 100101 | 1010001 | 11001 |
Color Harmonies of #724B0C
Complementary color
Monochromatic Colors of #724B0C
Black with #724B0C
Text Example
Text Example
White with #724B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724B0C; }
p { color: rgb(114,75,12); }
H1.HeaderClassName
{
color: #724B0C;
}
.AnyTagClassName
{
color: #724B0C;
}
</style>
background-color css
<style>
a { background-color: #724B0C; }
a { background-color: rgb(114,75,12); }
div.DivClassName
{
background-color: #724B0C;
}
.BgClassName
{
background-color: #724B0C;
}
</style>
border-color css
<style>
span { border-color: #724B0C; }
span { border-color: rgb(114,75,12); }
td.TdClassName
{
border-color: #724B0C;
}
.TagClassName
{
border-color: #724B0C;
}
</style>