Shades of Raw Umber #7C5014
Tints of Raw Umber #7C5014
RGB
CMYK
RGB Variations
Color information
#7C5014 (or 0x7C5014) is known color: Raw Umber. HEX triplet: 7C, 50 and 14. RGB value is (124,80,20). Sum of RGB (Red+Green+Blue) = 124+80+20=224 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.36% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5014 is #83AFEB. Grayscale: #565656. Windows color (decimal): -8630252 or 1331324. OLE color: 1331324.
HSL color Cylindrical-coordinate representation of color #7C5014: hue angle of 34.62º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7C5014 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 80 | 20 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.51 |
| HSL | 34.62º | 0.72% | 0.28% | - |
| HSV(B) | 34.62º | 0.84% | 0.49% | - |
| XYZ | 11.31 | 10.07 | 2.01 | - |
| YUV | 86.32 | 90.58 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 80 | 20 | 0 | 0.35 | 0.84 | 0.51 | 34.62 | 0.72 | 0.28 |
| Hex | 7C | 50 | 14 | 0 | 23 | 54 | 33 | 23 | 48 | 1C |
| Octal | 174 | 120 | 24 | 0 | 43 | 124 | 63 | 43 | 110 | 34 |
| Binary | 1111100 | 1010000 | 10100 | 0 | 100011 | 1010100 | 110011 | 100011 | 1001000 | 11100 |
Color Harmonies of #7C5014
Complementary color
Monochromatic Colors of #7C5014
Black with #7C5014
Text Example
Text Example
White with #7C5014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5014; }
p { color: rgb(124,80,20); }
H1.HeaderClassName
{
color: #7C5014;
}
.AnyTagClassName
{
color: #7C5014;
}
</style>
background-color css
<style>
a { background-color: #7C5014; }
a { background-color: rgb(124,80,20); }
div.DivClassName
{
background-color: #7C5014;
}
.BgClassName
{
background-color: #7C5014;
}
</style>
border-color css
<style>
span { border-color: #7C5014; }
span { border-color: rgb(124,80,20); }
td.TdClassName
{
border-color: #7C5014;
}
.TagClassName
{
border-color: #7C5014;
}
</style>