Shades of Raw Umber #735412
Tints of Raw Umber #735412
RGB
CMYK
RGB Variations
Color information
#735412 (or 0x735412) is known color: Raw Umber. HEX triplet: 73, 54 and 12. RGB value is (115,84,18). Sum of RGB (Red+Green+Blue) = 115+84+18=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #735412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735412 is #8CABED. Grayscale: #565656. Windows color (decimal): -9219054 or 1201267. OLE color: 1201267.
HSL color Cylindrical-coordinate representation of color #735412: hue angle of 40.82º 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 #735412 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 84 | 18 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.55 |
| HSL | 40.82º | 0.73% | 0.26% | - |
| HSV(B) | 40.82º | 0.84% | 0.45% | - |
| XYZ | 10.35 | 10.03 | 1.96 | - |
| YUV | 85.75 | 89.77 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 84 | 18 | 0 | 0.27 | 0.84 | 0.55 | 40.82 | 0.73 | 0.26 |
| Hex | 73 | 54 | 12 | 0 | 1B | 54 | 37 | 29 | 49 | 1A |
| Octal | 163 | 124 | 22 | 0 | 33 | 124 | 67 | 51 | 111 | 32 |
| Binary | 1110011 | 1010100 | 10010 | 0 | 11011 | 1010100 | 110111 | 101001 | 1001001 | 11010 |
Color Harmonies of #735412
Complementary color
Monochromatic Colors of #735412
Black with #735412
Text Example
Text Example
White with #735412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735412; }
p { color: rgb(115,84,18); }
H1.HeaderClassName
{
color: #735412;
}
.AnyTagClassName
{
color: #735412;
}
</style>
background-color css
<style>
a { background-color: #735412; }
a { background-color: rgb(115,84,18); }
div.DivClassName
{
background-color: #735412;
}
.BgClassName
{
background-color: #735412;
}
</style>
border-color css
<style>
span { border-color: #735412; }
span { border-color: rgb(115,84,18); }
td.TdClassName
{
border-color: #735412;
}
.TagClassName
{
border-color: #735412;
}
</style>