Shades of Raw Umber #735914
Tints of Raw Umber #735914
RGB
CMYK
RGB Variations
Color information
#735914 (or 0x735914) is known color: Raw Umber. HEX triplet: 73, 59 and 14. RGB value is (115,89,20). Sum of RGB (Red+Green+Blue) = 115+89+20=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #735914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735914 is #8CA6EB. Grayscale: #595959. Windows color (decimal): -9217772 or 1333619. OLE color: 1333619.
HSL color Cylindrical-coordinate representation of color #735914: hue angle of 43.58º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #735914 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 89 | 20 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.55 |
| HSL | 43.58º | 0.7% | 0.26% | - |
| HSV(B) | 43.58º | 0.83% | 0.45% | - |
| XYZ | 10.77 | 10.84 | 2.19 | - |
| YUV | 88.91 | 89.11 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 89 | 20 | 0 | 0.23 | 0.83 | 0.55 | 43.58 | 0.7 | 0.26 |
| Hex | 73 | 59 | 14 | 0 | 17 | 53 | 37 | 2C | 46 | 1A |
| Octal | 163 | 131 | 24 | 0 | 27 | 123 | 67 | 54 | 106 | 32 |
| Binary | 1110011 | 1011001 | 10100 | 0 | 10111 | 1010011 | 110111 | 101100 | 1000110 | 11010 |
Color Harmonies of #735914
Complementary color
Monochromatic Colors of #735914
Black with #735914
Text Example
Text Example
White with #735914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735914; }
p { color: rgb(115,89,20); }
H1.HeaderClassName
{
color: #735914;
}
.AnyTagClassName
{
color: #735914;
}
</style>
background-color css
<style>
a { background-color: #735914; }
a { background-color: rgb(115,89,20); }
div.DivClassName
{
background-color: #735914;
}
.BgClassName
{
background-color: #735914;
}
</style>
border-color css
<style>
span { border-color: #735914; }
span { border-color: rgb(115,89,20); }
td.TdClassName
{
border-color: #735914;
}
.TagClassName
{
border-color: #735914;
}
</style>