Shades of Raw Umber #745904
Tints of Raw Umber #745904
RGB
CMYK
RGB Variations
Color information
#745904 (or 0x745904) is known color: Raw Umber. HEX triplet: 74, 59 and 04. RGB value is (116,89,4). Sum of RGB (Red+Green+Blue) = 116+89+4=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 4 (1.95% from 255 or 1.91% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #745904 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745904 is #8BA6FB. Grayscale: #575757. Windows color (decimal): -9152252 or 285044. OLE color: 285044.
HSL color Cylindrical-coordinate representation of color #745904: hue angle of 45.54º 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 #745904 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 89 | 4 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.55 |
| HSL | 45.54º | 0.93% | 0.24% | - |
| HSV(B) | 45.54º | 0.97% | 0.45% | - |
| XYZ | 10.8 | 10.87 | 1.64 | - |
| YUV | 87.38 | 80.95 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 89 | 4 | 0 | 0.23 | 0.97 | 0.55 | 45.54 | 0.93 | 0.24 |
| Hex | 74 | 59 | 4 | 0 | 17 | 61 | 37 | 2E | 5D | 18 |
| Octal | 164 | 131 | 4 | 0 | 27 | 141 | 67 | 56 | 135 | 30 |
| Binary | 1110100 | 1011001 | 100 | 0 | 10111 | 1100001 | 110111 | 101110 | 1011101 | 11000 |
Color Harmonies of #745904
Complementary color
Monochromatic Colors of #745904
Black with #745904
Text Example
Text Example
White with #745904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745904; }
p { color: rgb(116,89,4); }
H1.HeaderClassName
{
color: #745904;
}
.AnyTagClassName
{
color: #745904;
}
</style>
background-color css
<style>
a { background-color: #745904; }
a { background-color: rgb(116,89,4); }
div.DivClassName
{
background-color: #745904;
}
.BgClassName
{
background-color: #745904;
}
</style>
border-color css
<style>
span { border-color: #745904; }
span { border-color: rgb(116,89,4); }
td.TdClassName
{
border-color: #745904;
}
.TagClassName
{
border-color: #745904;
}
</style>