Shades of Raw Umber #74440A
Tints of Raw Umber #74440A
RGB
CMYK
RGB Variations
Color information
#74440A (or 0x74440A) is known color: Raw Umber. HEX triplet: 74, 44 and 0A. RGB value is (116,68,10). Sum of RGB (Red+Green+Blue) = 116+68+10=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #74440A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74440A is #8BBBF5. Grayscale: #4C4C4C. Windows color (decimal): -9157622 or 672884. OLE color: 672884.
HSL color Cylindrical-coordinate representation of color #74440A: hue angle of 32.83º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74440A is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 68 | 10 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.55 |
| HSL | 32.83º | 0.84% | 0.25% | - |
| HSV(B) | 32.83º | 0.91% | 0.45% | - |
| XYZ | 9.32 | 7.87 | 1.31 | - |
| YUV | 75.74 | 90.9 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 68 | 10 | 0 | 0.41 | 0.91 | 0.55 | 32.83 | 0.84 | 0.25 |
| Hex | 74 | 44 | A | 0 | 29 | 5B | 37 | 21 | 54 | 19 |
| Octal | 164 | 104 | 12 | 0 | 51 | 133 | 67 | 41 | 124 | 31 |
| Binary | 1110100 | 1000100 | 1010 | 0 | 101001 | 1011011 | 110111 | 100001 | 1010100 | 11001 |
Color Harmonies of #74440A
Complementary color
Monochromatic Colors of #74440A
Black with #74440A
Text Example
Text Example
White with #74440A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74440A; }
p { color: rgb(116,68,10); }
H1.HeaderClassName
{
color: #74440A;
}
.AnyTagClassName
{
color: #74440A;
}
</style>
background-color css
<style>
a { background-color: #74440A; }
a { background-color: rgb(116,68,10); }
div.DivClassName
{
background-color: #74440A;
}
.BgClassName
{
background-color: #74440A;
}
</style>
border-color css
<style>
span { border-color: #74440A; }
span { border-color: rgb(116,68,10); }
td.TdClassName
{
border-color: #74440A;
}
.TagClassName
{
border-color: #74440A;
}
</style>