Shades of Raw Umber #735304
Tints of Raw Umber #735304
RGB
CMYK
RGB Variations
Color information
#735304 (or 0x735304) is known color: Raw Umber. HEX triplet: 73, 53 and 04. RGB value is (115,83,4). Sum of RGB (Red+Green+Blue) = 115+83+4=202 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.93% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 4 (1.95% from 255 or 1.98% from 202); Max value from RGB is 115 - color contains mainly: red. Hex color #735304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735304 is #8CACFB. Grayscale: #535353. Windows color (decimal): -9219324 or 283507. OLE color: 283507.
HSL color Cylindrical-coordinate representation of color #735304: hue angle of 42.7º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #735304 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 83 | 4 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.55 |
| HSL | 42.7º | 0.93% | 0.23% | - |
| HSV(B) | 42.7º | 0.97% | 0.45% | - |
| XYZ | 10.19 | 9.84 | 1.48 | - |
| YUV | 83.56 | 83.1 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 83 | 4 | 0 | 0.28 | 0.97 | 0.55 | 42.7 | 0.93 | 0.23 |
| Hex | 73 | 53 | 4 | 0 | 1C | 61 | 37 | 2B | 5D | 17 |
| Octal | 163 | 123 | 4 | 0 | 34 | 141 | 67 | 53 | 135 | 27 |
| Binary | 1110011 | 1010011 | 100 | 0 | 11100 | 1100001 | 110111 | 101011 | 1011101 | 10111 |
Color Harmonies of #735304
Complementary color
Monochromatic Colors of #735304
Black with #735304
Text Example
Text Example
White with #735304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735304; }
p { color: rgb(115,83,4); }
H1.HeaderClassName
{
color: #735304;
}
.AnyTagClassName
{
color: #735304;
}
</style>
background-color css
<style>
a { background-color: #735304; }
a { background-color: rgb(115,83,4); }
div.DivClassName
{
background-color: #735304;
}
.BgClassName
{
background-color: #735304;
}
</style>
border-color css
<style>
span { border-color: #735304; }
span { border-color: rgb(115,83,4); }
td.TdClassName
{
border-color: #735304;
}
.TagClassName
{
border-color: #735304;
}
</style>