Shades of Raw Umber #725607
Tints of Raw Umber #725607
RGB
CMYK
RGB Variations
Color information
#725607 (or 0x725607) is known color: Raw Umber. HEX triplet: 72, 56 and 07. RGB value is (114,86,7). Sum of RGB (Red+Green+Blue) = 114+86+7=207 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.07% from 207); Green value is 86 (33.98% from 255 or 41.55% from 207); Blue value is 7 (3.12% from 255 or 3.38% from 207); Max value from RGB is 114 - color contains mainly: red. Hex color #725607 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725607 is #8DA9F8. Grayscale: #555555. Windows color (decimal): -9284089 or 480882. OLE color: 480882.
HSL color Cylindrical-coordinate representation of color #725607: hue angle of 44.3º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #725607 is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 86 | 7 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.55 |
| HSL | 44.3º | 0.88% | 0.24% | - |
| HSV(B) | 44.3º | 0.94% | 0.45% | - |
| XYZ | 10.31 | 10.25 | 1.64 | - |
| YUV | 85.37 | 83.78 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 86 | 7 | 0 | 0.25 | 0.94 | 0.55 | 44.3 | 0.88 | 0.24 |
| Hex | 72 | 56 | 7 | 0 | 19 | 5E | 37 | 2C | 58 | 18 |
| Octal | 162 | 126 | 7 | 0 | 31 | 136 | 67 | 54 | 130 | 30 |
| Binary | 1110010 | 1010110 | 111 | 0 | 11001 | 1011110 | 110111 | 101100 | 1011000 | 11000 |
Color Harmonies of #725607
Complementary color
Monochromatic Colors of #725607
Black with #725607
Text Example
Text Example
White with #725607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725607; }
p { color: rgb(114,86,7); }
H1.HeaderClassName
{
color: #725607;
}
.AnyTagClassName
{
color: #725607;
}
</style>
background-color css
<style>
a { background-color: #725607; }
a { background-color: rgb(114,86,7); }
div.DivClassName
{
background-color: #725607;
}
.BgClassName
{
background-color: #725607;
}
</style>
border-color css
<style>
span { border-color: #725607; }
span { border-color: rgb(114,86,7); }
td.TdClassName
{
border-color: #725607;
}
.TagClassName
{
border-color: #725607;
}
</style>