Shades of Raw Umber #735A15
Tints of Raw Umber #735A15
RGB
CMYK
RGB Variations
Color information
#735A15 (or 0x735A15) is known color: Raw Umber. HEX triplet: 73, 5A and 15. RGB value is (115,90,21). Sum of RGB (Red+Green+Blue) = 115+90+21=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 90 (35.55% from 255 or 39.82% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #735A15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735A15 is #8CA5EA. Grayscale: #595959. Windows color (decimal): -9217515 or 1399411. OLE color: 1399411.
HSL color Cylindrical-coordinate representation of color #735A15: hue angle of 44.04º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #735A15 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 90 | 21 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.55 |
| HSL | 44.04º | 0.69% | 0.27% | - |
| HSV(B) | 44.04º | 0.82% | 0.45% | - |
| XYZ | 10.86 | 11.01 | 2.26 | - |
| YUV | 89.61 | 89.28 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 90 | 21 | 0 | 0.22 | 0.82 | 0.55 | 44.04 | 0.69 | 0.27 |
| Hex | 73 | 5A | 15 | 0 | 16 | 52 | 37 | 2C | 45 | 1B |
| Octal | 163 | 132 | 25 | 0 | 26 | 122 | 67 | 54 | 105 | 33 |
| Binary | 1110011 | 1011010 | 10101 | 0 | 10110 | 1010010 | 110111 | 101100 | 1000101 | 11011 |
Color Harmonies of #735A15
Complementary color
Monochromatic Colors of #735A15
Black with #735A15
Text Example
Text Example
White with #735A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735A15; }
p { color: rgb(115,90,21); }
H1.HeaderClassName
{
color: #735A15;
}
.AnyTagClassName
{
color: #735A15;
}
</style>
background-color css
<style>
a { background-color: #735A15; }
a { background-color: rgb(115,90,21); }
div.DivClassName
{
background-color: #735A15;
}
.BgClassName
{
background-color: #735A15;
}
</style>
border-color css
<style>
span { border-color: #735A15; }
span { border-color: rgb(115,90,21); }
td.TdClassName
{
border-color: #735A15;
}
.TagClassName
{
border-color: #735A15;
}
</style>