Shades of Raw Umber #7A5516
Tints of Raw Umber #7A5516
RGB
CMYK
RGB Variations
Color information
#7A5516 (or 0x7A5516) is known color: Raw Umber. HEX triplet: 7A, 55 and 16. RGB value is (122,85,22). Sum of RGB (Red+Green+Blue) = 122+85+22=229 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.28% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A5516 is #85AAE9. Grayscale: #595959. Windows color (decimal): -8760042 or 1463674. OLE color: 1463674.
HSL color Cylindrical-coordinate representation of color #7A5516: hue angle of 37.8º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A5516 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 85 | 22 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.52 |
| HSL | 37.8º | 0.69% | 0.28% | - |
| HSV(B) | 37.8º | 0.82% | 0.48% | - |
| XYZ | 11.42 | 10.69 | 2.22 | - |
| YUV | 88.88 | 90.26 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 85 | 22 | 0 | 0.30 | 0.82 | 0.52 | 37.8 | 0.69 | 0.28 |
| Hex | 7A | 55 | 16 | 0 | 1E | 52 | 34 | 26 | 45 | 1C |
| Octal | 172 | 125 | 26 | 0 | 36 | 122 | 64 | 46 | 105 | 34 |
| Binary | 1111010 | 1010101 | 10110 | 0 | 11110 | 1010010 | 110100 | 100110 | 1000101 | 11100 |
Color Harmonies of #7A5516
Complementary color
Monochromatic Colors of #7A5516
Black with #7A5516
Text Example
Text Example
White with #7A5516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5516; }
p { color: rgb(122,85,22); }
H1.HeaderClassName
{
color: #7A5516;
}
.AnyTagClassName
{
color: #7A5516;
}
</style>
background-color css
<style>
a { background-color: #7A5516; }
a { background-color: rgb(122,85,22); }
div.DivClassName
{
background-color: #7A5516;
}
.BgClassName
{
background-color: #7A5516;
}
</style>
border-color css
<style>
span { border-color: #7A5516; }
span { border-color: rgb(122,85,22); }
td.TdClassName
{
border-color: #7A5516;
}
.TagClassName
{
border-color: #7A5516;
}
</style>