Shades of Raw Umber #735A12
Tints of Raw Umber #735A12
RGB
CMYK
RGB Variations
Color information
#735A12 (or 0x735A12) is known color: Raw Umber. HEX triplet: 73, 5A and 12. RGB value is (115,90,18). Sum of RGB (Red+Green+Blue) = 115+90+18=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #735A12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735A12 is #8CA5ED. Grayscale: #595959. Windows color (decimal): -9217518 or 1202803. OLE color: 1202803.
HSL color Cylindrical-coordinate representation of color #735A12: hue angle of 44.54º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #735A12 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 90 | 18 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.55 |
| HSL | 44.54º | 0.73% | 0.26% | - |
| HSV(B) | 44.54º | 0.84% | 0.45% | - |
| XYZ | 10.84 | 11 | 2.12 | - |
| YUV | 89.27 | 87.78 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 90 | 18 | 0 | 0.22 | 0.84 | 0.55 | 44.54 | 0.73 | 0.26 |
| Hex | 73 | 5A | 12 | 0 | 16 | 54 | 37 | 2D | 49 | 1A |
| Octal | 163 | 132 | 22 | 0 | 26 | 124 | 67 | 55 | 111 | 32 |
| Binary | 1110011 | 1011010 | 10010 | 0 | 10110 | 1010100 | 110111 | 101101 | 1001001 | 11010 |
Color Harmonies of #735A12
Complementary color
Monochromatic Colors of #735A12
Black with #735A12
Text Example
Text Example
White with #735A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735A12; }
p { color: rgb(115,90,18); }
H1.HeaderClassName
{
color: #735A12;
}
.AnyTagClassName
{
color: #735A12;
}
</style>
background-color css
<style>
a { background-color: #735A12; }
a { background-color: rgb(115,90,18); }
div.DivClassName
{
background-color: #735A12;
}
.BgClassName
{
background-color: #735A12;
}
</style>
border-color css
<style>
span { border-color: #735A12; }
span { border-color: rgb(115,90,18); }
td.TdClassName
{
border-color: #735A12;
}
.TagClassName
{
border-color: #735A12;
}
</style>