Shades of Raw Umber #725D02
Tints of Raw Umber #725D02
RGB
CMYK
RGB Variations
Color information
#725D02 (or 0x725D02) is known color: Raw Umber. HEX triplet: 72, 5D and 02. RGB value is (114,93,2). Sum of RGB (Red+Green+Blue) = 114+93+2=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 93 (36.72% from 255 or 44.50% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #725D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725D02 is #8DA2FD. Grayscale: #595959. Windows color (decimal): -9282302 or 154994. OLE color: 154994.
HSL color Cylindrical-coordinate representation of color #725D02: hue angle of 48.75º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #725D02 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 93 | 2 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.55 |
| HSL | 48.75º | 0.97% | 0.23% | - |
| HSV(B) | 48.75º | 0.98% | 0.45% | - |
| XYZ | 10.86 | 11.41 | 1.69 | - |
| YUV | 88.91 | 78.96 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 93 | 2 | 0 | 0.18 | 0.98 | 0.55 | 48.75 | 0.97 | 0.23 |
| Hex | 72 | 5D | 2 | 0 | 12 | 62 | 37 | 31 | 61 | 17 |
| Octal | 162 | 135 | 2 | 0 | 22 | 142 | 67 | 61 | 141 | 27 |
| Binary | 1110010 | 1011101 | 10 | 0 | 10010 | 1100010 | 110111 | 110001 | 1100001 | 10111 |
Color Harmonies of #725D02
Complementary color
Monochromatic Colors of #725D02
Black with #725D02
Text Example
Text Example
White with #725D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725D02; }
p { color: rgb(114,93,2); }
H1.HeaderClassName
{
color: #725D02;
}
.AnyTagClassName
{
color: #725D02;
}
</style>
background-color css
<style>
a { background-color: #725D02; }
a { background-color: rgb(114,93,2); }
div.DivClassName
{
background-color: #725D02;
}
.BgClassName
{
background-color: #725D02;
}
</style>
border-color css
<style>
span { border-color: #725D02; }
span { border-color: rgb(114,93,2); }
td.TdClassName
{
border-color: #725D02;
}
.TagClassName
{
border-color: #725D02;
}
</style>