Shades of Raw Umber #744C0E
Tints of Raw Umber #744C0E
RGB
CMYK
RGB Variations
Color information
#744C0E (or 0x744C0E) is known color: Raw Umber. HEX triplet: 74, 4C and 0E. RGB value is (116,76,14). Sum of RGB (Red+Green+Blue) = 116+76+14=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 14 (5.86% from 255 or 6.80% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #744C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744C0E is #8BB3F1. Grayscale: #515151. Windows color (decimal): -9155570 or 937076. OLE color: 937076.
HSL color Cylindrical-coordinate representation of color #744C0E: hue angle of 36.47º 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 #744C0E is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 76 | 14 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.55 |
| HSL | 36.47º | 0.78% | 0.25% | - |
| HSV(B) | 36.47º | 0.88% | 0.45% | - |
| XYZ | 9.87 | 8.91 | 1.62 | - |
| YUV | 80.89 | 90.25 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 76 | 14 | 0 | 0.34 | 0.88 | 0.55 | 36.47 | 0.78 | 0.25 |
| Hex | 74 | 4C | E | 0 | 22 | 58 | 37 | 24 | 4E | 19 |
| Octal | 164 | 114 | 16 | 0 | 42 | 130 | 67 | 44 | 116 | 31 |
| Binary | 1110100 | 1001100 | 1110 | 0 | 100010 | 1011000 | 110111 | 100100 | 1001110 | 11001 |
Color Harmonies of #744C0E
Complementary color
Monochromatic Colors of #744C0E
Black with #744C0E
Text Example
Text Example
White with #744C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744C0E; }
p { color: rgb(116,76,14); }
H1.HeaderClassName
{
color: #744C0E;
}
.AnyTagClassName
{
color: #744C0E;
}
</style>
background-color css
<style>
a { background-color: #744C0E; }
a { background-color: rgb(116,76,14); }
div.DivClassName
{
background-color: #744C0E;
}
.BgClassName
{
background-color: #744C0E;
}
</style>
border-color css
<style>
span { border-color: #744C0E; }
span { border-color: rgb(116,76,14); }
td.TdClassName
{
border-color: #744C0E;
}
.TagClassName
{
border-color: #744C0E;
}
</style>