Shades of Raw Umber #725700
Tints of Raw Umber #725700
RGB
CMYK
RGB Variations
Color information
#725700 (or 0x725700) is known color: Raw Umber. HEX triplet: 72, 57 and 00. RGB value is (114,87,0). Sum of RGB (Red+Green+Blue) = 114+87+0=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 87 (34.38% from 255 or 43.28% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #725700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725700 is #8DA8FF. Grayscale: #555555. Windows color (decimal): -9283840 or 22386. OLE color: 22386.
HSL color Cylindrical-coordinate representation of color #725700: hue angle of 45.79º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #725700 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 87 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.55 |
| HSL | 45.79º | 1% | 0.22% | - |
| HSV(B) | 45.79º | 1% | 0.45% | - |
| XYZ | 10.35 | 10.39 | 1.46 | - |
| YUV | 85.16 | 79.95 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 87 | 0 | 0 | 0.24 | 1 | 0.55 | 45.79 | 1 | 0.22 |
| Hex | 72 | 57 | 0 | 0 | 18 | 64 | 37 | 2E | 64 | 16 |
| Octal | 162 | 127 | 0 | 0 | 30 | 144 | 67 | 56 | 144 | 26 |
| Binary | 1110010 | 1010111 | 0 | 0 | 11000 | 1100100 | 110111 | 101110 | 1100100 | 10110 |
Color Harmonies of #725700
Complementary color
Monochromatic Colors of #725700
Black with #725700
Text Example
Text Example
White with #725700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725700; }
p { color: rgb(114,87,0); }
H1.HeaderClassName
{
color: #725700;
}
.AnyTagClassName
{
color: #725700;
}
</style>
background-color css
<style>
a { background-color: #725700; }
a { background-color: rgb(114,87,0); }
div.DivClassName
{
background-color: #725700;
}
.BgClassName
{
background-color: #725700;
}
</style>
border-color css
<style>
span { border-color: #725700; }
span { border-color: rgb(114,87,0); }
td.TdClassName
{
border-color: #725700;
}
.TagClassName
{
border-color: #725700;
}
</style>