Shades of Raw Umber #725C0E
Tints of Raw Umber #725C0E
RGB
CMYK
RGB Variations
Color information
#725C0E (or 0x725C0E) is known color: Raw Umber. HEX triplet: 72, 5C and 0E. RGB value is (114,92,14). Sum of RGB (Red+Green+Blue) = 114+92+14=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 92 (36.33% from 255 or 41.82% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #725C0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725C0E is #8DA3F1. Grayscale: #5A5A5A. Windows color (decimal): -9282546 or 941170. OLE color: 941170.
HSL color Cylindrical-coordinate representation of color #725C0E: hue angle of 46.8º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #725C0E is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 92 | 14 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.55 |
| HSL | 46.8º | 0.78% | 0.25% | - |
| HSV(B) | 46.8º | 0.88% | 0.45% | - |
| XYZ | 10.85 | 11.26 | 2.02 | - |
| YUV | 89.69 | 85.29 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 14 | 0 | 0.19 | 0.88 | 0.55 | 46.8 | 0.78 | 0.25 |
| Hex | 72 | 5C | E | 0 | 13 | 58 | 37 | 2F | 4E | 19 |
| Octal | 162 | 134 | 16 | 0 | 23 | 130 | 67 | 57 | 116 | 31 |
| Binary | 1110010 | 1011100 | 1110 | 0 | 10011 | 1011000 | 110111 | 101111 | 1001110 | 11001 |
Color Harmonies of #725C0E
Complementary color
Monochromatic Colors of #725C0E
Black with #725C0E
Text Example
Text Example
White with #725C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725C0E; }
p { color: rgb(114,92,14); }
H1.HeaderClassName
{
color: #725C0E;
}
.AnyTagClassName
{
color: #725C0E;
}
</style>
background-color css
<style>
a { background-color: #725C0E; }
a { background-color: rgb(114,92,14); }
div.DivClassName
{
background-color: #725C0E;
}
.BgClassName
{
background-color: #725C0E;
}
</style>
border-color css
<style>
span { border-color: #725C0E; }
span { border-color: rgb(114,92,14); }
td.TdClassName
{
border-color: #725C0E;
}
.TagClassName
{
border-color: #725C0E;
}
</style>