Shades of Raw Umber #725900
Tints of Raw Umber #725900
RGB
CMYK
RGB Variations
Color information
#725900 (or 0x725900) is known color: Raw Umber. HEX triplet: 72, 59 and 00. RGB value is (114,89,0). Sum of RGB (Red+Green+Blue) = 114+89+0=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 89 (35.16% from 255 or 43.84% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #725900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725900 is #8DA6FF. Grayscale: #565656. Windows color (decimal): -9283328 or 22898. OLE color: 22898.
HSL color Cylindrical-coordinate representation of color #725900: hue angle of 46.84º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #725900 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 89 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.55 |
| HSL | 46.84º | 1% | 0.22% | - |
| HSV(B) | 46.84º | 1% | 0.45% | - |
| XYZ | 10.51 | 10.72 | 1.52 | - |
| YUV | 86.33 | 79.28 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 89 | 0 | 0 | 0.22 | 1 | 0.55 | 46.84 | 1 | 0.22 |
| Hex | 72 | 59 | 0 | 0 | 16 | 64 | 37 | 2F | 64 | 16 |
| Octal | 162 | 131 | 0 | 0 | 26 | 144 | 67 | 57 | 144 | 26 |
| Binary | 1110010 | 1011001 | 0 | 0 | 10110 | 1100100 | 110111 | 101111 | 1100100 | 10110 |
Color Harmonies of #725900
Complementary color
Monochromatic Colors of #725900
Black with #725900
Text Example
Text Example
White with #725900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725900; }
p { color: rgb(114,89,0); }
H1.HeaderClassName
{
color: #725900;
}
.AnyTagClassName
{
color: #725900;
}
</style>
background-color css
<style>
a { background-color: #725900; }
a { background-color: rgb(114,89,0); }
div.DivClassName
{
background-color: #725900;
}
.BgClassName
{
background-color: #725900;
}
</style>
border-color css
<style>
span { border-color: #725900; }
span { border-color: rgb(114,89,0); }
td.TdClassName
{
border-color: #725900;
}
.TagClassName
{
border-color: #725900;
}
</style>