Shades of Raw Umber #7C5413
Tints of Raw Umber #7C5413
RGB
CMYK
RGB Variations
Color information
#7C5413 (or 0x7C5413) is known color: Raw Umber. HEX triplet: 7C, 54 and 13. RGB value is (124,84,19). Sum of RGB (Red+Green+Blue) = 124+84+19=227 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.63% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5413 is #83ABEC. Grayscale: #585858. Windows color (decimal): -8629229 or 1266812. OLE color: 1266812.
HSL color Cylindrical-coordinate representation of color #7C5413: hue angle of 37.14º 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 #7C5413 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 84 | 19 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.51 |
| HSL | 37.14º | 0.73% | 0.28% | - |
| HSV(B) | 37.14º | 0.85% | 0.49% | - |
| XYZ | 11.6 | 10.67 | 2.06 | - |
| YUV | 88.55 | 88.75 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 84 | 19 | 0 | 0.32 | 0.85 | 0.51 | 37.14 | 0.73 | 0.28 |
| Hex | 7C | 54 | 13 | 0 | 20 | 55 | 33 | 25 | 49 | 1C |
| Octal | 174 | 124 | 23 | 0 | 40 | 125 | 63 | 45 | 111 | 34 |
| Binary | 1111100 | 1010100 | 10011 | 0 | 100000 | 1010101 | 110011 | 100101 | 1001001 | 11100 |
Color Harmonies of #7C5413
Complementary color
Monochromatic Colors of #7C5413
Black with #7C5413
Text Example
Text Example
White with #7C5413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5413; }
p { color: rgb(124,84,19); }
H1.HeaderClassName
{
color: #7C5413;
}
.AnyTagClassName
{
color: #7C5413;
}
</style>
background-color css
<style>
a { background-color: #7C5413; }
a { background-color: rgb(124,84,19); }
div.DivClassName
{
background-color: #7C5413;
}
.BgClassName
{
background-color: #7C5413;
}
</style>
border-color css
<style>
span { border-color: #7C5413; }
span { border-color: rgb(124,84,19); }
td.TdClassName
{
border-color: #7C5413;
}
.TagClassName
{
border-color: #7C5413;
}
</style>