Shades of Raw Umber #725601
Tints of Raw Umber #725601
RGB
CMYK
RGB Variations
Color information
#725601 (or 0x725601) is known color: Raw Umber. HEX triplet: 72, 56 and 01. RGB value is (114,86,1). Sum of RGB (Red+Green+Blue) = 114+86+1=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #725601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725601 is #8DA9FE. Grayscale: #555555. Windows color (decimal): -9284095 or 87666. OLE color: 87666.
HSL color Cylindrical-coordinate representation of color #725601: hue angle of 45.13º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #725601 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 86 | 1 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.55 |
| HSL | 45.13º | 0.98% | 0.23% | - |
| HSV(B) | 45.13º | 0.99% | 0.45% | - |
| XYZ | 10.27 | 10.24 | 1.46 | - |
| YUV | 84.68 | 80.78 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 86 | 1 | 0 | 0.25 | 0.99 | 0.55 | 45.13 | 0.98 | 0.23 |
| Hex | 72 | 56 | 1 | 0 | 19 | 63 | 37 | 2D | 62 | 17 |
| Octal | 162 | 126 | 1 | 0 | 31 | 143 | 67 | 55 | 142 | 27 |
| Binary | 1110010 | 1010110 | 1 | 0 | 11001 | 1100011 | 110111 | 101101 | 1100010 | 10111 |
Color Harmonies of #725601
Complementary color
Monochromatic Colors of #725601
Black with #725601
Text Example
Text Example
White with #725601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725601; }
p { color: rgb(114,86,1); }
H1.HeaderClassName
{
color: #725601;
}
.AnyTagClassName
{
color: #725601;
}
</style>
background-color css
<style>
a { background-color: #725601; }
a { background-color: rgb(114,86,1); }
div.DivClassName
{
background-color: #725601;
}
.BgClassName
{
background-color: #725601;
}
</style>
border-color css
<style>
span { border-color: #725601; }
span { border-color: rgb(114,86,1); }
td.TdClassName
{
border-color: #725601;
}
.TagClassName
{
border-color: #725601;
}
</style>