Shades of Raw Umber #74410D
Tints of Raw Umber #74410D
RGB
CMYK
RGB Variations
Color information
#74410D (or 0x74410D) is known color: Raw Umber. HEX triplet: 74, 41 and 0D. RGB value is (116,65,13). Sum of RGB (Red+Green+Blue) = 116+65+13=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #74410D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74410D is #8BBEF2. Grayscale: #4A4A4A. Windows color (decimal): -9158387 or 868724. OLE color: 868724.
HSL color Cylindrical-coordinate representation of color #74410D: hue angle of 30.29º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74410D is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 65 | 13 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.55 |
| HSL | 30.29º | 0.8% | 0.25% | - |
| HSV(B) | 30.29º | 0.89% | 0.45% | - |
| XYZ | 9.17 | 7.52 | 1.35 | - |
| YUV | 74.32 | 93.4 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 65 | 13 | 0 | 0.44 | 0.89 | 0.55 | 30.29 | 0.8 | 0.25 |
| Hex | 74 | 41 | D | 0 | 2C | 59 | 37 | 1E | 50 | 19 |
| Octal | 164 | 101 | 15 | 0 | 54 | 131 | 67 | 36 | 120 | 31 |
| Binary | 1110100 | 1000001 | 1101 | 0 | 101100 | 1011001 | 110111 | 11110 | 1010000 | 11001 |
Color Harmonies of #74410D
Complementary color
Monochromatic Colors of #74410D
Black with #74410D
Text Example
Text Example
White with #74410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74410D; }
p { color: rgb(116,65,13); }
H1.HeaderClassName
{
color: #74410D;
}
.AnyTagClassName
{
color: #74410D;
}
</style>
background-color css
<style>
a { background-color: #74410D; }
a { background-color: rgb(116,65,13); }
div.DivClassName
{
background-color: #74410D;
}
.BgClassName
{
background-color: #74410D;
}
</style>
border-color css
<style>
span { border-color: #74410D; }
span { border-color: rgb(116,65,13); }
td.TdClassName
{
border-color: #74410D;
}
.TagClassName
{
border-color: #74410D;
}
</style>