Shades of Raw Umber #735502
Tints of Raw Umber #735502
RGB
CMYK
RGB Variations
Color information
#735502 (or 0x735502) is known color: Raw Umber. HEX triplet: 73, 55 and 02. RGB value is (115,85,2). Sum of RGB (Red+Green+Blue) = 115+85+2=202 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.93% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 115 - color contains mainly: red. Hex color #735502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735502 is #8CAAFD. Grayscale: #545454. Windows color (decimal): -9218814 or 152947. OLE color: 152947.
HSL color Cylindrical-coordinate representation of color #735502: hue angle of 44.07º 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 #735502 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 85 | 2 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.55 |
| HSL | 44.07º | 0.97% | 0.23% | - |
| HSV(B) | 44.07º | 0.98% | 0.45% | - |
| XYZ | 10.33 | 10.15 | 1.47 | - |
| YUV | 84.51 | 81.44 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 85 | 2 | 0 | 0.26 | 0.98 | 0.55 | 44.07 | 0.97 | 0.23 |
| Hex | 73 | 55 | 2 | 0 | 1A | 62 | 37 | 2C | 61 | 17 |
| Octal | 163 | 125 | 2 | 0 | 32 | 142 | 67 | 54 | 141 | 27 |
| Binary | 1110011 | 1010101 | 10 | 0 | 11010 | 1100010 | 110111 | 101100 | 1100001 | 10111 |
Color Harmonies of #735502
Complementary color
Monochromatic Colors of #735502
Black with #735502
Text Example
Text Example
White with #735502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735502; }
p { color: rgb(115,85,2); }
H1.HeaderClassName
{
color: #735502;
}
.AnyTagClassName
{
color: #735502;
}
</style>
background-color css
<style>
a { background-color: #735502; }
a { background-color: rgb(115,85,2); }
div.DivClassName
{
background-color: #735502;
}
.BgClassName
{
background-color: #735502;
}
</style>
border-color css
<style>
span { border-color: #735502; }
span { border-color: rgb(115,85,2); }
td.TdClassName
{
border-color: #735502;
}
.TagClassName
{
border-color: #735502;
}
</style>