Shades of Raw Umber #744D0E
Tints of Raw Umber #744D0E
RGB
CMYK
RGB Variations
Color information
#744D0E (or 0x744D0E) is known color: Raw Umber. HEX triplet: 74, 4D and 0E. RGB value is (116,77,14). Sum of RGB (Red+Green+Blue) = 116+77+14=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 77 (30.47% from 255 or 37.20% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #744D0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #744D0E is #8BB2F1. Grayscale: #515151. Windows color (decimal): -9155314 or 937332. OLE color: 937332.
HSL color Cylindrical-coordinate representation of color #744D0E: hue angle of 37.06º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #744D0E is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 77 | 14 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.55 |
| HSL | 37.06º | 0.78% | 0.25% | - |
| HSV(B) | 37.06º | 0.88% | 0.45% | - |
| XYZ | 9.94 | 9.05 | 1.64 | - |
| YUV | 81.48 | 89.92 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 77 | 14 | 0 | 0.34 | 0.88 | 0.55 | 37.06 | 0.78 | 0.25 |
| Hex | 74 | 4D | E | 0 | 22 | 58 | 37 | 25 | 4E | 19 |
| Octal | 164 | 115 | 16 | 0 | 42 | 130 | 67 | 45 | 116 | 31 |
| Binary | 1110100 | 1001101 | 1110 | 0 | 100010 | 1011000 | 110111 | 100101 | 1001110 | 11001 |
Color Harmonies of #744D0E
Complementary color
Monochromatic Colors of #744D0E
Black with #744D0E
Text Example
Text Example
White with #744D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744D0E; }
p { color: rgb(116,77,14); }
H1.HeaderClassName
{
color: #744D0E;
}
.AnyTagClassName
{
color: #744D0E;
}
</style>
background-color css
<style>
a { background-color: #744D0E; }
a { background-color: rgb(116,77,14); }
div.DivClassName
{
background-color: #744D0E;
}
.BgClassName
{
background-color: #744D0E;
}
</style>
border-color css
<style>
span { border-color: #744D0E; }
span { border-color: rgb(116,77,14); }
td.TdClassName
{
border-color: #744D0E;
}
.TagClassName
{
border-color: #744D0E;
}
</style>