Shades of Raw Umber #744E04
Tints of Raw Umber #744E04
RGB
CMYK
RGB Variations
Color information
#744E04 (or 0x744E04) is known color: Raw Umber. HEX triplet: 74, 4E and 04. RGB value is (116,78,4). Sum of RGB (Red+Green+Blue) = 116+78+4=198 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.59% from 198); Green value is 78 (30.86% from 255 or 39.39% from 198); Blue value is 4 (1.95% from 255 or 2.02% from 198); Max value from RGB is 116 - color contains mainly: red. Hex color #744E04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #744E04 is #8BB1FB. Grayscale: #515151. Windows color (decimal): -9155068 or 282228. OLE color: 282228.
HSL color Cylindrical-coordinate representation of color #744E04: hue angle of 39.64º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #744E04 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 78 | 4 | - |
| CMYK | 0 | 0.33 | 0.97 | 0.55 |
| HSL | 39.64º | 0.93% | 0.24% | - |
| HSV(B) | 39.64º | 0.97% | 0.45% | - |
| XYZ | 9.95 | 9.17 | 1.36 | - |
| YUV | 80.93 | 84.59 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 78 | 4 | 0 | 0.33 | 0.97 | 0.55 | 39.64 | 0.93 | 0.24 |
| Hex | 74 | 4E | 4 | 0 | 21 | 61 | 37 | 28 | 5D | 18 |
| Octal | 164 | 116 | 4 | 0 | 41 | 141 | 67 | 50 | 135 | 30 |
| Binary | 1110100 | 1001110 | 100 | 0 | 100001 | 1100001 | 110111 | 101000 | 1011101 | 11000 |
Color Harmonies of #744E04
Complementary color
Monochromatic Colors of #744E04
Black with #744E04
Text Example
Text Example
White with #744E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744E04; }
p { color: rgb(116,78,4); }
H1.HeaderClassName
{
color: #744E04;
}
.AnyTagClassName
{
color: #744E04;
}
</style>
background-color css
<style>
a { background-color: #744E04; }
a { background-color: rgb(116,78,4); }
div.DivClassName
{
background-color: #744E04;
}
.BgClassName
{
background-color: #744E04;
}
</style>
border-color css
<style>
span { border-color: #744E04; }
span { border-color: rgb(116,78,4); }
td.TdClassName
{
border-color: #744E04;
}
.TagClassName
{
border-color: #744E04;
}
</style>