Shades of Raw Umber #734E16
Tints of Raw Umber #734E16
RGB
CMYK
RGB Variations
Color information
#734E16 (or 0x734E16) is known color: Raw Umber. HEX triplet: 73, 4E and 16. RGB value is (115,78,22). Sum of RGB (Red+Green+Blue) = 115+78+22=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 78 (30.86% from 255 or 36.28% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #734E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #734E16 is #8CB1E9. Grayscale: #525252. Windows color (decimal): -9220586 or 1461875. OLE color: 1461875.
HSL color Cylindrical-coordinate representation of color #734E16: hue angle of 36.13º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #734E16 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 78 | 22 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.55 |
| HSL | 36.13º | 0.68% | 0.27% | - |
| HSV(B) | 36.13º | 0.81% | 0.45% | - |
| XYZ | 9.94 | 9.15 | 2 | - |
| YUV | 82.68 | 93.76 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 78 | 22 | 0 | 0.32 | 0.81 | 0.55 | 36.13 | 0.68 | 0.27 |
| Hex | 73 | 4E | 16 | 0 | 20 | 51 | 37 | 24 | 44 | 1B |
| Octal | 163 | 116 | 26 | 0 | 40 | 121 | 67 | 44 | 104 | 33 |
| Binary | 1110011 | 1001110 | 10110 | 0 | 100000 | 1010001 | 110111 | 100100 | 1000100 | 11011 |
Color Harmonies of #734E16
Complementary color
Monochromatic Colors of #734E16
Black with #734E16
Text Example
Text Example
White with #734E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734E16; }
p { color: rgb(115,78,22); }
H1.HeaderClassName
{
color: #734E16;
}
.AnyTagClassName
{
color: #734E16;
}
</style>
background-color css
<style>
a { background-color: #734E16; }
a { background-color: rgb(115,78,22); }
div.DivClassName
{
background-color: #734E16;
}
.BgClassName
{
background-color: #734E16;
}
</style>
border-color css
<style>
span { border-color: #734E16; }
span { border-color: rgb(115,78,22); }
td.TdClassName
{
border-color: #734E16;
}
.TagClassName
{
border-color: #734E16;
}
</style>