Shades of Raw Umber #74540E
Tints of Raw Umber #74540E
RGB
CMYK
RGB Variations
Color information
#74540E (or 0x74540E) is known color: Raw Umber. HEX triplet: 74, 54 and 0E. RGB value is (116,84,14). Sum of RGB (Red+Green+Blue) = 116+84+14=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 84 (33.20% from 255 or 39.25% from 214); Blue value is 14 (5.86% from 255 or 6.54% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #74540E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74540E is #8BABF1. Grayscale: #555555. Windows color (decimal): -9153522 or 939124. OLE color: 939124.
HSL color Cylindrical-coordinate representation of color #74540E: hue angle of 41.18º 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 #74540E is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 84 | 14 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.55 |
| HSL | 41.18º | 0.78% | 0.25% | - |
| HSV(B) | 41.18º | 0.88% | 0.45% | - |
| XYZ | 10.45 | 10.09 | 1.81 | - |
| YUV | 85.59 | 87.6 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 84 | 14 | 0 | 0.28 | 0.88 | 0.55 | 41.18 | 0.78 | 0.25 |
| Hex | 74 | 54 | E | 0 | 1C | 58 | 37 | 29 | 4E | 19 |
| Octal | 164 | 124 | 16 | 0 | 34 | 130 | 67 | 51 | 116 | 31 |
| Binary | 1110100 | 1010100 | 1110 | 0 | 11100 | 1011000 | 110111 | 101001 | 1001110 | 11001 |
Color Harmonies of #74540E
Complementary color
Monochromatic Colors of #74540E
Black with #74540E
Text Example
Text Example
White with #74540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74540E; }
p { color: rgb(116,84,14); }
H1.HeaderClassName
{
color: #74540E;
}
.AnyTagClassName
{
color: #74540E;
}
</style>
background-color css
<style>
a { background-color: #74540E; }
a { background-color: rgb(116,84,14); }
div.DivClassName
{
background-color: #74540E;
}
.BgClassName
{
background-color: #74540E;
}
</style>
border-color css
<style>
span { border-color: #74540E; }
span { border-color: rgb(116,84,14); }
td.TdClassName
{
border-color: #74540E;
}
.TagClassName
{
border-color: #74540E;
}
</style>