Shades of Raw Umber #725B10
Tints of Raw Umber #725B10
RGB
CMYK
RGB Variations
Color information
#725B10 (or 0x725B10) is known color: Raw Umber. HEX triplet: 72, 5B and 10. RGB value is (114,91,16). Sum of RGB (Red+Green+Blue) = 114+91+16=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 91 (35.94% from 255 or 41.18% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #725B10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725B10 is #8DA4EF. Grayscale: #595959. Windows color (decimal): -9282800 or 1071986. OLE color: 1071986.
HSL color Cylindrical-coordinate representation of color #725B10: hue angle of 45.92º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #725B10 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 91 | 16 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.55 |
| HSL | 45.92º | 0.75% | 0.25% | - |
| HSV(B) | 45.92º | 0.86% | 0.45% | - |
| XYZ | 10.77 | 11.1 | 2.06 | - |
| YUV | 89.33 | 86.62 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 91 | 16 | 0 | 0.20 | 0.86 | 0.55 | 45.92 | 0.75 | 0.25 |
| Hex | 72 | 5B | 10 | 0 | 14 | 56 | 37 | 2E | 4B | 19 |
| Octal | 162 | 133 | 20 | 0 | 24 | 126 | 67 | 56 | 113 | 31 |
| Binary | 1110010 | 1011011 | 10000 | 0 | 10100 | 1010110 | 110111 | 101110 | 1001011 | 11001 |
Color Harmonies of #725B10
Complementary color
Monochromatic Colors of #725B10
Black with #725B10
Text Example
Text Example
White with #725B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725B10; }
p { color: rgb(114,91,16); }
H1.HeaderClassName
{
color: #725B10;
}
.AnyTagClassName
{
color: #725B10;
}
</style>
background-color css
<style>
a { background-color: #725B10; }
a { background-color: rgb(114,91,16); }
div.DivClassName
{
background-color: #725B10;
}
.BgClassName
{
background-color: #725B10;
}
</style>
border-color css
<style>
span { border-color: #725B10; }
span { border-color: rgb(114,91,16); }
td.TdClassName
{
border-color: #725B10;
}
.TagClassName
{
border-color: #725B10;
}
</style>