Shades of Raw Umber #74490E
Tints of Raw Umber #74490E
RGB
CMYK
RGB Variations
Color information
#74490E (or 0x74490E) is known color: Raw Umber. HEX triplet: 74, 49 and 0E. RGB value is (116,73,14). Sum of RGB (Red+Green+Blue) = 116+73+14=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #74490E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74490E is #8BB6F1. Grayscale: #4F4F4F. Windows color (decimal): -9156338 or 936308. OLE color: 936308.
HSL color Cylindrical-coordinate representation of color #74490E: hue angle of 34.71º 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 #74490E is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 73 | 14 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.55 |
| HSL | 34.71º | 0.78% | 0.25% | - |
| HSV(B) | 34.71º | 0.88% | 0.45% | - |
| XYZ | 9.66 | 8.51 | 1.55 | - |
| YUV | 79.13 | 91.25 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 73 | 14 | 0 | 0.37 | 0.88 | 0.55 | 34.71 | 0.78 | 0.25 |
| Hex | 74 | 49 | E | 0 | 25 | 58 | 37 | 23 | 4E | 19 |
| Octal | 164 | 111 | 16 | 0 | 45 | 130 | 67 | 43 | 116 | 31 |
| Binary | 1110100 | 1001001 | 1110 | 0 | 100101 | 1011000 | 110111 | 100011 | 1001110 | 11001 |
Color Harmonies of #74490E
Complementary color
Monochromatic Colors of #74490E
Black with #74490E
Text Example
Text Example
White with #74490E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74490E; }
p { color: rgb(116,73,14); }
H1.HeaderClassName
{
color: #74490E;
}
.AnyTagClassName
{
color: #74490E;
}
</style>
background-color css
<style>
a { background-color: #74490E; }
a { background-color: rgb(116,73,14); }
div.DivClassName
{
background-color: #74490E;
}
.BgClassName
{
background-color: #74490E;
}
</style>
border-color css
<style>
span { border-color: #74490E; }
span { border-color: rgb(116,73,14); }
td.TdClassName
{
border-color: #74490E;
}
.TagClassName
{
border-color: #74490E;
}
</style>