Shades of Raw Umber #734D14
Tints of Raw Umber #734D14
RGB
CMYK
RGB Variations
Color information
#734D14 (or 0x734D14) is known color: Raw Umber. HEX triplet: 73, 4D and 14. RGB value is (115,77,20). Sum of RGB (Red+Green+Blue) = 115+77+20=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #734D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #734D14 is #8CB2EB. Grayscale: #525252. Windows color (decimal): -9220844 or 1330547. OLE color: 1330547.
HSL color Cylindrical-coordinate representation of color #734D14: hue angle of 36º 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 #734D14 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 77 | 20 | - |
| CMYK | 0 | 0.33 | 0.83 | 0.55 |
| HSL | 36º | 0.7% | 0.26% | - |
| HSV(B) | 36º | 0.83% | 0.45% | - |
| XYZ | 9.85 | 9 | 1.88 | - |
| YUV | 81.86 | 93.09 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 77 | 20 | 0 | 0.33 | 0.83 | 0.55 | 36 | 0.7 | 0.26 |
| Hex | 73 | 4D | 14 | 0 | 21 | 53 | 37 | 24 | 46 | 1A |
| Octal | 163 | 115 | 24 | 0 | 41 | 123 | 67 | 44 | 106 | 32 |
| Binary | 1110011 | 1001101 | 10100 | 0 | 100001 | 1010011 | 110111 | 100100 | 1000110 | 11010 |
Color Harmonies of #734D14
Complementary color
Monochromatic Colors of #734D14
Black with #734D14
Text Example
Text Example
White with #734D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734D14; }
p { color: rgb(115,77,20); }
H1.HeaderClassName
{
color: #734D14;
}
.AnyTagClassName
{
color: #734D14;
}
</style>
background-color css
<style>
a { background-color: #734D14; }
a { background-color: rgb(115,77,20); }
div.DivClassName
{
background-color: #734D14;
}
.BgClassName
{
background-color: #734D14;
}
</style>
border-color css
<style>
span { border-color: #734D14; }
span { border-color: rgb(115,77,20); }
td.TdClassName
{
border-color: #734D14;
}
.TagClassName
{
border-color: #734D14;
}
</style>