Shades of Raw Umber #7C5113
Tints of Raw Umber #7C5113
RGB
CMYK
RGB Variations
Color information
#7C5113 (or 0x7C5113) is known color: Raw Umber. HEX triplet: 7C, 51 and 13. RGB value is (124,81,19). Sum of RGB (Red+Green+Blue) = 124+81+19=224 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.36% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5113 is #83AEEC. Grayscale: #575757. Windows color (decimal): -8629997 or 1266044. OLE color: 1266044.
HSL color Cylindrical-coordinate representation of color #7C5113: hue angle of 35.43º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C5113 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 81 | 19 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.51 |
| HSL | 35.43º | 0.73% | 0.28% | - |
| HSV(B) | 35.43º | 0.85% | 0.49% | - |
| XYZ | 11.37 | 10.22 | 1.99 | - |
| YUV | 86.79 | 89.75 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 81 | 19 | 0 | 0.35 | 0.85 | 0.51 | 35.43 | 0.73 | 0.28 |
| Hex | 7C | 51 | 13 | 0 | 23 | 55 | 33 | 23 | 49 | 1C |
| Octal | 174 | 121 | 23 | 0 | 43 | 125 | 63 | 43 | 111 | 34 |
| Binary | 1111100 | 1010001 | 10011 | 0 | 100011 | 1010101 | 110011 | 100011 | 1001001 | 11100 |
Color Harmonies of #7C5113
Complementary color
Monochromatic Colors of #7C5113
Black with #7C5113
Text Example
Text Example
White with #7C5113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5113; }
p { color: rgb(124,81,19); }
H1.HeaderClassName
{
color: #7C5113;
}
.AnyTagClassName
{
color: #7C5113;
}
</style>
background-color css
<style>
a { background-color: #7C5113; }
a { background-color: rgb(124,81,19); }
div.DivClassName
{
background-color: #7C5113;
}
.BgClassName
{
background-color: #7C5113;
}
</style>
border-color css
<style>
span { border-color: #7C5113; }
span { border-color: rgb(124,81,19); }
td.TdClassName
{
border-color: #7C5113;
}
.TagClassName
{
border-color: #7C5113;
}
</style>