Shades of Raw Umber #7C5115
Tints of Raw Umber #7C5115
RGB
CMYK
RGB Variations
Color information
#7C5115 (or 0x7C5115) is known color: Raw Umber. HEX triplet: 7C, 51 and 15. RGB value is (124,81,21). Sum of RGB (Red+Green+Blue) = 124+81+21=226 (29% of max value = 765). Red value is 124 (48.83% from 255 or 54.87% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5115 is #83AEEA. Grayscale: #575757. Windows color (decimal): -8629995 or 1397116. OLE color: 1397116.
HSL color Cylindrical-coordinate representation of color #7C5115: hue angle of 34.95º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C5115 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 81 | 21 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.51 |
| HSL | 34.95º | 0.71% | 0.28% | - |
| HSV(B) | 34.95º | 0.83% | 0.49% | - |
| XYZ | 11.39 | 10.22 | 2.08 | - |
| YUV | 87.02 | 90.75 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 81 | 21 | 0 | 0.35 | 0.83 | 0.51 | 34.95 | 0.71 | 0.28 |
| Hex | 7C | 51 | 15 | 0 | 23 | 53 | 33 | 23 | 47 | 1C |
| Octal | 174 | 121 | 25 | 0 | 43 | 123 | 63 | 43 | 107 | 34 |
| Binary | 1111100 | 1010001 | 10101 | 0 | 100011 | 1010011 | 110011 | 100011 | 1000111 | 11100 |
Color Harmonies of #7C5115
Complementary color
Monochromatic Colors of #7C5115
Black with #7C5115
Text Example
Text Example
White with #7C5115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5115; }
p { color: rgb(124,81,21); }
H1.HeaderClassName
{
color: #7C5115;
}
.AnyTagClassName
{
color: #7C5115;
}
</style>
background-color css
<style>
a { background-color: #7C5115; }
a { background-color: rgb(124,81,21); }
div.DivClassName
{
background-color: #7C5115;
}
.BgClassName
{
background-color: #7C5115;
}
</style>
border-color css
<style>
span { border-color: #7C5115; }
span { border-color: rgb(124,81,21); }
td.TdClassName
{
border-color: #7C5115;
}
.TagClassName
{
border-color: #7C5115;
}
</style>