Shades of Raw Umber #7A5904
Tints of Raw Umber #7A5904
RGB
CMYK
RGB Variations
Color information
#7A5904 (or 0x7A5904) is known color: Raw Umber. HEX triplet: 7A, 59 and 04. RGB value is (122,89,4). Sum of RGB (Red+Green+Blue) = 122+89+4=215 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.74% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 4 (1.95% from 255 or 1.86% from 215); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5904 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A5904 is #85A6FB. Grayscale: #595959. Windows color (decimal): -8759036 or 285050. OLE color: 285050.
HSL color Cylindrical-coordinate representation of color #7A5904: hue angle of 43.22º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A5904 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 89 | 4 | - |
| CMYK | 0 | 0.27 | 0.97 | 0.52 |
| HSL | 43.22º | 0.94% | 0.25% | - |
| HSV(B) | 43.22º | 0.97% | 0.48% | - |
| XYZ | 11.62 | 11.29 | 1.68 | - |
| YUV | 89.18 | 79.93 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 89 | 4 | 0 | 0.27 | 0.97 | 0.52 | 43.22 | 0.94 | 0.25 |
| Hex | 7A | 59 | 4 | 0 | 1B | 61 | 34 | 2B | 5E | 19 |
| Octal | 172 | 131 | 4 | 0 | 33 | 141 | 64 | 53 | 136 | 31 |
| Binary | 1111010 | 1011001 | 100 | 0 | 11011 | 1100001 | 110100 | 101011 | 1011110 | 11001 |
Color Harmonies of #7A5904
Complementary color
Monochromatic Colors of #7A5904
Black with #7A5904
Text Example
Text Example
White with #7A5904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5904; }
p { color: rgb(122,89,4); }
H1.HeaderClassName
{
color: #7A5904;
}
.AnyTagClassName
{
color: #7A5904;
}
</style>
background-color css
<style>
a { background-color: #7A5904; }
a { background-color: rgb(122,89,4); }
div.DivClassName
{
background-color: #7A5904;
}
.BgClassName
{
background-color: #7A5904;
}
</style>
border-color css
<style>
span { border-color: #7A5904; }
span { border-color: rgb(122,89,4); }
td.TdClassName
{
border-color: #7A5904;
}
.TagClassName
{
border-color: #7A5904;
}
</style>