Shades of Raw Umber #735902
Tints of Raw Umber #735902
RGB
CMYK
RGB Variations
Color information
#735902 (or 0x735902) is known color: Raw Umber. HEX triplet: 73, 59 and 02. RGB value is (115,89,2). Sum of RGB (Red+Green+Blue) = 115+89+2=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 89 (35.16% from 255 or 43.20% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #735902 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735902 is #8CA6FD. Grayscale: #575757. Windows color (decimal): -9217790 or 153971. OLE color: 153971.
HSL color Cylindrical-coordinate representation of color #735902: hue angle of 46.19º 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 #735902 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 89 | 2 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.55 |
| HSL | 46.19º | 0.97% | 0.23% | - |
| HSV(B) | 46.19º | 0.98% | 0.45% | - |
| XYZ | 10.65 | 10.79 | 1.58 | - |
| YUV | 86.86 | 80.11 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 89 | 2 | 0 | 0.23 | 0.98 | 0.55 | 46.19 | 0.97 | 0.23 |
| Hex | 73 | 59 | 2 | 0 | 17 | 62 | 37 | 2E | 61 | 17 |
| Octal | 163 | 131 | 2 | 0 | 27 | 142 | 67 | 56 | 141 | 27 |
| Binary | 1110011 | 1011001 | 10 | 0 | 10111 | 1100010 | 110111 | 101110 | 1100001 | 10111 |
Color Harmonies of #735902
Complementary color
Monochromatic Colors of #735902
Black with #735902
Text Example
Text Example
White with #735902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735902; }
p { color: rgb(115,89,2); }
H1.HeaderClassName
{
color: #735902;
}
.AnyTagClassName
{
color: #735902;
}
</style>
background-color css
<style>
a { background-color: #735902; }
a { background-color: rgb(115,89,2); }
div.DivClassName
{
background-color: #735902;
}
.BgClassName
{
background-color: #735902;
}
</style>
border-color css
<style>
span { border-color: #735902; }
span { border-color: rgb(115,89,2); }
td.TdClassName
{
border-color: #735902;
}
.TagClassName
{
border-color: #735902;
}
</style>