Shades of Raw Umber #725409
Tints of Raw Umber #725409
RGB
CMYK
RGB Variations
Color information
#725409 (or 0x725409) is known color: Raw Umber. HEX triplet: 72, 54 and 09. RGB value is (114,84,9). Sum of RGB (Red+Green+Blue) = 114+84+9=207 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.07% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 9 (3.91% from 255 or 4.35% from 207); Max value from RGB is 114 - color contains mainly: red. Hex color #725409 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725409 is #8DABF6. Grayscale: #545454. Windows color (decimal): -9284599 or 611442. OLE color: 611442.
HSL color Cylindrical-coordinate representation of color #725409: hue angle of 42.86º 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 #725409 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 84 | 9 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.55 |
| HSL | 42.86º | 0.85% | 0.24% | - |
| HSV(B) | 42.86º | 0.92% | 0.45% | - |
| XYZ | 10.16 | 9.94 | 1.64 | - |
| YUV | 84.42 | 85.44 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 84 | 9 | 0 | 0.26 | 0.92 | 0.55 | 42.86 | 0.85 | 0.24 |
| Hex | 72 | 54 | 9 | 0 | 1A | 5C | 37 | 2B | 55 | 18 |
| Octal | 162 | 124 | 11 | 0 | 32 | 134 | 67 | 53 | 125 | 30 |
| Binary | 1110010 | 1010100 | 1001 | 0 | 11010 | 1011100 | 110111 | 101011 | 1010101 | 11000 |
Color Harmonies of #725409
Complementary color
Monochromatic Colors of #725409
Black with #725409
Text Example
Text Example
White with #725409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725409; }
p { color: rgb(114,84,9); }
H1.HeaderClassName
{
color: #725409;
}
.AnyTagClassName
{
color: #725409;
}
</style>
background-color css
<style>
a { background-color: #725409; }
a { background-color: rgb(114,84,9); }
div.DivClassName
{
background-color: #725409;
}
.BgClassName
{
background-color: #725409;
}
</style>
border-color css
<style>
span { border-color: #725409; }
span { border-color: rgb(114,84,9); }
td.TdClassName
{
border-color: #725409;
}
.TagClassName
{
border-color: #725409;
}
</style>