Shades of Raw Umber #725702
Tints of Raw Umber #725702
RGB
CMYK
RGB Variations
Color information
#725702 (or 0x725702) is known color: Raw Umber. HEX triplet: 72, 57 and 02. RGB value is (114,87,2). Sum of RGB (Red+Green+Blue) = 114+87+2=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 87 (34.38% from 255 or 42.86% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #725702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725702 is #8DA8FD. Grayscale: #555555. Windows color (decimal): -9283838 or 153458. OLE color: 153458.
HSL color Cylindrical-coordinate representation of color #725702: hue angle of 45.54º 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 #725702 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 87 | 2 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.55 |
| HSL | 45.54º | 0.97% | 0.23% | - |
| HSV(B) | 45.54º | 0.98% | 0.45% | - |
| XYZ | 10.36 | 10.4 | 1.52 | - |
| YUV | 85.38 | 80.95 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 87 | 2 | 0 | 0.24 | 0.98 | 0.55 | 45.54 | 0.97 | 0.23 |
| Hex | 72 | 57 | 2 | 0 | 18 | 62 | 37 | 2E | 61 | 17 |
| Octal | 162 | 127 | 2 | 0 | 30 | 142 | 67 | 56 | 141 | 27 |
| Binary | 1110010 | 1010111 | 10 | 0 | 11000 | 1100010 | 110111 | 101110 | 1100001 | 10111 |
Color Harmonies of #725702
Complementary color
Monochromatic Colors of #725702
Black with #725702
Text Example
Text Example
White with #725702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725702; }
p { color: rgb(114,87,2); }
H1.HeaderClassName
{
color: #725702;
}
.AnyTagClassName
{
color: #725702;
}
</style>
background-color css
<style>
a { background-color: #725702; }
a { background-color: rgb(114,87,2); }
div.DivClassName
{
background-color: #725702;
}
.BgClassName
{
background-color: #725702;
}
</style>
border-color css
<style>
span { border-color: #725702; }
span { border-color: rgb(114,87,2); }
td.TdClassName
{
border-color: #725702;
}
.TagClassName
{
border-color: #725702;
}
</style>