Shades of Raw Umber #725905
Tints of Raw Umber #725905
RGB
CMYK
RGB Variations
Color information
#725905 (or 0x725905) is known color: Raw Umber. HEX triplet: 72, 59 and 05. RGB value is (114,89,5). Sum of RGB (Red+Green+Blue) = 114+89+5=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #725905 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725905 is #8DA6FA. Grayscale: #575757. Windows color (decimal): -9283323 or 350578. OLE color: 350578.
HSL color Cylindrical-coordinate representation of color #725905: hue angle of 46.24º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #725905 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 89 | 5 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.55 |
| HSL | 46.24º | 0.92% | 0.23% | - |
| HSV(B) | 46.24º | 0.96% | 0.45% | - |
| XYZ | 10.54 | 10.73 | 1.66 | - |
| YUV | 86.9 | 81.78 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 89 | 5 | 0 | 0.22 | 0.96 | 0.55 | 46.24 | 0.92 | 0.23 |
| Hex | 72 | 59 | 5 | 0 | 16 | 60 | 37 | 2E | 5C | 17 |
| Octal | 162 | 131 | 5 | 0 | 26 | 140 | 67 | 56 | 134 | 27 |
| Binary | 1110010 | 1011001 | 101 | 0 | 10110 | 1100000 | 110111 | 101110 | 1011100 | 10111 |
Color Harmonies of #725905
Complementary color
Monochromatic Colors of #725905
Black with #725905
Text Example
Text Example
White with #725905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725905; }
p { color: rgb(114,89,5); }
H1.HeaderClassName
{
color: #725905;
}
.AnyTagClassName
{
color: #725905;
}
</style>
background-color css
<style>
a { background-color: #725905; }
a { background-color: rgb(114,89,5); }
div.DivClassName
{
background-color: #725905;
}
.BgClassName
{
background-color: #725905;
}
</style>
border-color css
<style>
span { border-color: #725905; }
span { border-color: rgb(114,89,5); }
td.TdClassName
{
border-color: #725905;
}
.TagClassName
{
border-color: #725905;
}
</style>