Shades of Raw Umber #74440C
Tints of Raw Umber #74440C
RGB
CMYK
RGB Variations
Color information
#74440C (or 0x74440C) is known color: Raw Umber. HEX triplet: 74, 44 and 0C. RGB value is (116,68,12). Sum of RGB (Red+Green+Blue) = 116+68+12=196 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.18% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 116 - color contains mainly: red. Hex color #74440C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74440C is #8BBBF3. Grayscale: #4C4C4C. Windows color (decimal): -9157620 or 803956. OLE color: 803956.
HSL color Cylindrical-coordinate representation of color #74440C: hue angle of 32.31º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74440C is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 68 | 12 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.55 |
| HSL | 32.31º | 0.81% | 0.25% | - |
| HSV(B) | 32.31º | 0.9% | 0.45% | - |
| XYZ | 9.34 | 7.87 | 1.38 | - |
| YUV | 75.97 | 91.9 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 68 | 12 | 0 | 0.41 | 0.90 | 0.55 | 32.31 | 0.81 | 0.25 |
| Hex | 74 | 44 | C | 0 | 29 | 5A | 37 | 20 | 51 | 19 |
| Octal | 164 | 104 | 14 | 0 | 51 | 132 | 67 | 40 | 121 | 31 |
| Binary | 1110100 | 1000100 | 1100 | 0 | 101001 | 1011010 | 110111 | 100000 | 1010001 | 11001 |
Color Harmonies of #74440C
Complementary color
Monochromatic Colors of #74440C
Black with #74440C
Text Example
Text Example
White with #74440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74440C; }
p { color: rgb(116,68,12); }
H1.HeaderClassName
{
color: #74440C;
}
.AnyTagClassName
{
color: #74440C;
}
</style>
background-color css
<style>
a { background-color: #74440C; }
a { background-color: rgb(116,68,12); }
div.DivClassName
{
background-color: #74440C;
}
.BgClassName
{
background-color: #74440C;
}
</style>
border-color css
<style>
span { border-color: #74440C; }
span { border-color: rgb(116,68,12); }
td.TdClassName
{
border-color: #74440C;
}
.TagClassName
{
border-color: #74440C;
}
</style>