Shades of Raw Umber #735A14
Tints of Raw Umber #735A14
RGB
CMYK
RGB Variations
Color information
#735A14 (or 0x735A14) is known color: Raw Umber. HEX triplet: 73, 5A and 14. RGB value is (115,90,20). Sum of RGB (Red+Green+Blue) = 115+90+20=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #735A14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735A14 is #8CA5EB. Grayscale: #595959. Windows color (decimal): -9217516 or 1333875. OLE color: 1333875.
HSL color Cylindrical-coordinate representation of color #735A14: hue angle of 44.21º 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 #735A14 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 90 | 20 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.55 |
| HSL | 44.21º | 0.7% | 0.26% | - |
| HSV(B) | 44.21º | 0.83% | 0.45% | - |
| XYZ | 10.85 | 11.01 | 2.21 | - |
| YUV | 89.5 | 88.78 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 90 | 20 | 0 | 0.22 | 0.83 | 0.55 | 44.21 | 0.7 | 0.26 |
| Hex | 73 | 5A | 14 | 0 | 16 | 53 | 37 | 2C | 46 | 1A |
| Octal | 163 | 132 | 24 | 0 | 26 | 123 | 67 | 54 | 106 | 32 |
| Binary | 1110011 | 1011010 | 10100 | 0 | 10110 | 1010011 | 110111 | 101100 | 1000110 | 11010 |
Color Harmonies of #735A14
Complementary color
Monochromatic Colors of #735A14
Black with #735A14
Text Example
Text Example
White with #735A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735A14; }
p { color: rgb(115,90,20); }
H1.HeaderClassName
{
color: #735A14;
}
.AnyTagClassName
{
color: #735A14;
}
</style>
background-color css
<style>
a { background-color: #735A14; }
a { background-color: rgb(115,90,20); }
div.DivClassName
{
background-color: #735A14;
}
.BgClassName
{
background-color: #735A14;
}
</style>
border-color css
<style>
span { border-color: #735A14; }
span { border-color: rgb(115,90,20); }
td.TdClassName
{
border-color: #735A14;
}
.TagClassName
{
border-color: #735A14;
}
</style>