Shades of Raw Umber #7A5515
Tints of Raw Umber #7A5515
RGB
CMYK
RGB Variations
Color information
#7A5515 (or 0x7A5515) is known color: Raw Umber. HEX triplet: 7A, 55 and 15. RGB value is (122,85,21). Sum of RGB (Red+Green+Blue) = 122+85+21=228 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.51% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 21 (8.59% from 255 or 9.21% from 228); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A5515 is #85AAEA. Grayscale: #595959. Windows color (decimal): -8760043 or 1398138. OLE color: 1398138.
HSL color Cylindrical-coordinate representation of color #7A5515: hue angle of 38.02º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7A5515 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 85 | 21 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.52 |
| HSL | 38.02º | 0.71% | 0.28% | - |
| HSV(B) | 38.02º | 0.83% | 0.48% | - |
| XYZ | 11.41 | 10.69 | 2.17 | - |
| YUV | 88.77 | 89.76 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 85 | 21 | 0 | 0.30 | 0.83 | 0.52 | 38.02 | 0.71 | 0.28 |
| Hex | 7A | 55 | 15 | 0 | 1E | 53 | 34 | 26 | 47 | 1C |
| Octal | 172 | 125 | 25 | 0 | 36 | 123 | 64 | 46 | 107 | 34 |
| Binary | 1111010 | 1010101 | 10101 | 0 | 11110 | 1010011 | 110100 | 100110 | 1000111 | 11100 |
Color Harmonies of #7A5515
Complementary color
Monochromatic Colors of #7A5515
Black with #7A5515
Text Example
Text Example
White with #7A5515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5515; }
p { color: rgb(122,85,21); }
H1.HeaderClassName
{
color: #7A5515;
}
.AnyTagClassName
{
color: #7A5515;
}
</style>
background-color css
<style>
a { background-color: #7A5515; }
a { background-color: rgb(122,85,21); }
div.DivClassName
{
background-color: #7A5515;
}
.BgClassName
{
background-color: #7A5515;
}
</style>
border-color css
<style>
span { border-color: #7A5515; }
span { border-color: rgb(122,85,21); }
td.TdClassName
{
border-color: #7A5515;
}
.TagClassName
{
border-color: #7A5515;
}
</style>