Shades of Raw Umber #74410E
Tints of Raw Umber #74410E
RGB
CMYK
RGB Variations
Color information
#74410E (or 0x74410E) is known color: Raw Umber. HEX triplet: 74, 41 and 0E. RGB value is (116,65,14). Sum of RGB (Red+Green+Blue) = 116+65+14=195 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.49% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 116 - color contains mainly: red. Hex color #74410E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74410E is #8BBEF1. Grayscale: #4A4A4A. Windows color (decimal): -9158386 or 934260. OLE color: 934260.
HSL color Cylindrical-coordinate representation of color #74410E: hue angle of 30º 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 #74410E is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 65 | 14 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.55 |
| HSL | 30º | 0.78% | 0.25% | - |
| HSV(B) | 30º | 0.88% | 0.45% | - |
| XYZ | 9.17 | 7.53 | 1.38 | - |
| YUV | 74.44 | 93.9 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 65 | 14 | 0 | 0.44 | 0.88 | 0.55 | 30 | 0.78 | 0.25 |
| Hex | 74 | 41 | E | 0 | 2C | 58 | 37 | 1E | 4E | 19 |
| Octal | 164 | 101 | 16 | 0 | 54 | 130 | 67 | 36 | 116 | 31 |
| Binary | 1110100 | 1000001 | 1110 | 0 | 101100 | 1011000 | 110111 | 11110 | 1001110 | 11001 |
Color Harmonies of #74410E
Complementary color
Monochromatic Colors of #74410E
Black with #74410E
Text Example
Text Example
White with #74410E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74410E; }
p { color: rgb(116,65,14); }
H1.HeaderClassName
{
color: #74410E;
}
.AnyTagClassName
{
color: #74410E;
}
</style>
background-color css
<style>
a { background-color: #74410E; }
a { background-color: rgb(116,65,14); }
div.DivClassName
{
background-color: #74410E;
}
.BgClassName
{
background-color: #74410E;
}
</style>
border-color css
<style>
span { border-color: #74410E; }
span { border-color: rgb(116,65,14); }
td.TdClassName
{
border-color: #74410E;
}
.TagClassName
{
border-color: #74410E;
}
</style>