Shades of Raw Umber #725D09
Tints of Raw Umber #725D09
RGB
CMYK
RGB Variations
Color information
#725D09 (or 0x725D09) is known color: Raw Umber. HEX triplet: 72, 5D and 09. RGB value is (114,93,9). Sum of RGB (Red+Green+Blue) = 114+93+9=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 93 (36.72% from 255 or 43.06% from 216); Blue value is 9 (3.91% from 255 or 4.17% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #725D09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725D09 is #8DA2F6. Grayscale: #5A5A5A. Windows color (decimal): -9282295 or 613746. OLE color: 613746.
HSL color Cylindrical-coordinate representation of color #725D09: hue angle of 48º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #725D09 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 93 | 9 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.55 |
| HSL | 48º | 0.85% | 0.24% | - |
| HSV(B) | 48º | 0.92% | 0.45% | - |
| XYZ | 10.9 | 11.43 | 1.89 | - |
| YUV | 89.7 | 82.46 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 93 | 9 | 0 | 0.18 | 0.92 | 0.55 | 48 | 0.85 | 0.24 |
| Hex | 72 | 5D | 9 | 0 | 12 | 5C | 37 | 30 | 55 | 18 |
| Octal | 162 | 135 | 11 | 0 | 22 | 134 | 67 | 60 | 125 | 30 |
| Binary | 1110010 | 1011101 | 1001 | 0 | 10010 | 1011100 | 110111 | 110000 | 1010101 | 11000 |
Color Harmonies of #725D09
Complementary color
Monochromatic Colors of #725D09
Black with #725D09
Text Example
Text Example
White with #725D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725D09; }
p { color: rgb(114,93,9); }
H1.HeaderClassName
{
color: #725D09;
}
.AnyTagClassName
{
color: #725D09;
}
</style>
background-color css
<style>
a { background-color: #725D09; }
a { background-color: rgb(114,93,9); }
div.DivClassName
{
background-color: #725D09;
}
.BgClassName
{
background-color: #725D09;
}
</style>
border-color css
<style>
span { border-color: #725D09; }
span { border-color: rgb(114,93,9); }
td.TdClassName
{
border-color: #725D09;
}
.TagClassName
{
border-color: #725D09;
}
</style>