Shades of Raw Umber #7A5816
Tints of Raw Umber #7A5816
RGB
CMYK
RGB Variations
Color information
#7A5816 (or 0x7A5816) is known color: Raw Umber. HEX triplet: 7A, 58 and 16. RGB value is (122,88,22). Sum of RGB (Red+Green+Blue) = 122+88+22=232 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.59% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5816 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A5816 is #85A7E9. Grayscale: #5A5A5A. Windows color (decimal): -8759274 or 1464442. OLE color: 1464442.
HSL color Cylindrical-coordinate representation of color #7A5816: hue angle of 39.6º 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 #7A5816 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 88 | 22 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.52 |
| HSL | 39.6º | 0.69% | 0.28% | - |
| HSV(B) | 39.6º | 0.82% | 0.48% | - |
| XYZ | 11.66 | 11.17 | 2.3 | - |
| YUV | 90.64 | 89.26 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 88 | 22 | 0 | 0.28 | 0.82 | 0.52 | 39.6 | 0.69 | 0.28 |
| Hex | 7A | 58 | 16 | 0 | 1C | 52 | 34 | 28 | 45 | 1C |
| Octal | 172 | 130 | 26 | 0 | 34 | 122 | 64 | 50 | 105 | 34 |
| Binary | 1111010 | 1011000 | 10110 | 0 | 11100 | 1010010 | 110100 | 101000 | 1000101 | 11100 |
Color Harmonies of #7A5816
Complementary color
Monochromatic Colors of #7A5816
Black with #7A5816
Text Example
Text Example
White with #7A5816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5816; }
p { color: rgb(122,88,22); }
H1.HeaderClassName
{
color: #7A5816;
}
.AnyTagClassName
{
color: #7A5816;
}
</style>
background-color css
<style>
a { background-color: #7A5816; }
a { background-color: rgb(122,88,22); }
div.DivClassName
{
background-color: #7A5816;
}
.BgClassName
{
background-color: #7A5816;
}
</style>
border-color css
<style>
span { border-color: #7A5816; }
span { border-color: rgb(122,88,22); }
td.TdClassName
{
border-color: #7A5816;
}
.TagClassName
{
border-color: #7A5816;
}
</style>