Shades of Raw Umber #74440D
Tints of Raw Umber #74440D
RGB
CMYK
RGB Variations
Color information
#74440D (or 0x74440D) is known color: Raw Umber. HEX triplet: 74, 44 and 0D. RGB value is (116,68,13). Sum of RGB (Red+Green+Blue) = 116+68+13=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #74440D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74440D is #8BBBF2. Grayscale: #4C4C4C. Windows color (decimal): -9157619 or 869492. OLE color: 869492.
HSL color Cylindrical-coordinate representation of color #74440D: hue angle of 32.04º 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 #74440D is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 68 | 13 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.55 |
| HSL | 32.04º | 0.8% | 0.25% | - |
| HSV(B) | 32.04º | 0.89% | 0.45% | - |
| XYZ | 9.34 | 7.88 | 1.41 | - |
| YUV | 76.08 | 92.4 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 68 | 13 | 0 | 0.41 | 0.89 | 0.55 | 32.04 | 0.8 | 0.25 |
| Hex | 74 | 44 | D | 0 | 29 | 59 | 37 | 20 | 50 | 19 |
| Octal | 164 | 104 | 15 | 0 | 51 | 131 | 67 | 40 | 120 | 31 |
| Binary | 1110100 | 1000100 | 1101 | 0 | 101001 | 1011001 | 110111 | 100000 | 1010000 | 11001 |
Color Harmonies of #74440D
Complementary color
Monochromatic Colors of #74440D
Black with #74440D
Text Example
Text Example
White with #74440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74440D; }
p { color: rgb(116,68,13); }
H1.HeaderClassName
{
color: #74440D;
}
.AnyTagClassName
{
color: #74440D;
}
</style>
background-color css
<style>
a { background-color: #74440D; }
a { background-color: rgb(116,68,13); }
div.DivClassName
{
background-color: #74440D;
}
.BgClassName
{
background-color: #74440D;
}
</style>
border-color css
<style>
span { border-color: #74440D; }
span { border-color: rgb(116,68,13); }
td.TdClassName
{
border-color: #74440D;
}
.TagClassName
{
border-color: #74440D;
}
</style>