Shades of Raw Umber #735500
Tints of Raw Umber #735500
RGB
CMYK
RGB Variations
Color information
#735500 (or 0x735500) is known color: Raw Umber. HEX triplet: 73, 55 and 00. RGB value is (115,85,0). Sum of RGB (Red+Green+Blue) = 115+85+0=200 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.5% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 115 - color contains mainly: red. Hex color #735500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735500 is #8CAAFF. Grayscale: #545454. Windows color (decimal): -9218816 or 21875. OLE color: 21875.
HSL color Cylindrical-coordinate representation of color #735500: hue angle of 44.35º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #735500 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 85 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.55 |
| HSL | 44.35º | 1% | 0.23% | - |
| HSV(B) | 44.35º | 1% | 0.45% | - |
| XYZ | 10.32 | 10.14 | 1.41 | - |
| YUV | 84.28 | 80.44 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 85 | 0 | 0 | 0.26 | 1 | 0.55 | 44.35 | 1 | 0.23 |
| Hex | 73 | 55 | 0 | 0 | 1A | 64 | 37 | 2C | 64 | 17 |
| Octal | 163 | 125 | 0 | 0 | 32 | 144 | 67 | 54 | 144 | 27 |
| Binary | 1110011 | 1010101 | 0 | 0 | 11010 | 1100100 | 110111 | 101100 | 1100100 | 10111 |
Color Harmonies of #735500
Complementary color
Monochromatic Colors of #735500
Black with #735500
Text Example
Text Example
White with #735500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735500; }
p { color: rgb(115,85,0); }
H1.HeaderClassName
{
color: #735500;
}
.AnyTagClassName
{
color: #735500;
}
</style>
background-color css
<style>
a { background-color: #735500; }
a { background-color: rgb(115,85,0); }
div.DivClassName
{
background-color: #735500;
}
.BgClassName
{
background-color: #735500;
}
</style>
border-color css
<style>
span { border-color: #735500; }
span { border-color: rgb(115,85,0); }
td.TdClassName
{
border-color: #735500;
}
.TagClassName
{
border-color: #735500;
}
</style>