Shades of Raw Umber #725D00
Tints of Raw Umber #725D00
RGB
CMYK
RGB Variations
Color information
#725D00 (or 0x725D00) is known color: Raw Umber. HEX triplet: 72, 5D and 00. RGB value is (114,93,0). Sum of RGB (Red+Green+Blue) = 114+93+0=207 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.07% from 207); Green value is 93 (36.72% from 255 or 44.93% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 114 - color contains mainly: red. Hex color #725D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725D00 is #8DA2FF. Grayscale: #595959. Windows color (decimal): -9282304 or 23922. OLE color: 23922.
HSL color Cylindrical-coordinate representation of color #725D00: hue angle of 48.95º 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 #725D00 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 93 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.55 |
| HSL | 48.95º | 1% | 0.22% | - |
| HSV(B) | 48.95º | 1% | 0.45% | - |
| XYZ | 10.85 | 11.41 | 1.63 | - |
| YUV | 88.68 | 77.96 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 93 | 0 | 0 | 0.18 | 1 | 0.55 | 48.95 | 1 | 0.22 |
| Hex | 72 | 5D | 0 | 0 | 12 | 64 | 37 | 31 | 64 | 16 |
| Octal | 162 | 135 | 0 | 0 | 22 | 144 | 67 | 61 | 144 | 26 |
| Binary | 1110010 | 1011101 | 0 | 0 | 10010 | 1100100 | 110111 | 110001 | 1100100 | 10110 |
Color Harmonies of #725D00
Complementary color
Monochromatic Colors of #725D00
Black with #725D00
Text Example
Text Example
White with #725D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725D00; }
p { color: rgb(114,93,0); }
H1.HeaderClassName
{
color: #725D00;
}
.AnyTagClassName
{
color: #725D00;
}
</style>
background-color css
<style>
a { background-color: #725D00; }
a { background-color: rgb(114,93,0); }
div.DivClassName
{
background-color: #725D00;
}
.BgClassName
{
background-color: #725D00;
}
</style>
border-color css
<style>
span { border-color: #725D00; }
span { border-color: rgb(114,93,0); }
td.TdClassName
{
border-color: #725D00;
}
.TagClassName
{
border-color: #725D00;
}
</style>