Shades of Raw Umber #7C5118
Tints of Raw Umber #7C5118
RGB
CMYK
RGB Variations
Color information
#7C5118 (or 0x7C5118) is known color: Raw Umber. HEX triplet: 7C, 51 and 18. RGB value is (124,81,24). Sum of RGB (Red+Green+Blue) = 124+81+24=229 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.15% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5118 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5118 is #83AEE7. Grayscale: #575757. Windows color (decimal): -8629992 or 1593724. OLE color: 1593724.
HSL color Cylindrical-coordinate representation of color #7C5118: hue angle of 34.2º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C5118 is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 81 | 24 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.51 |
| HSL | 34.2º | 0.68% | 0.29% | - |
| HSV(B) | 34.2º | 0.81% | 0.49% | - |
| XYZ | 11.42 | 10.24 | 2.24 | - |
| YUV | 87.36 | 92.25 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 81 | 24 | 0 | 0.35 | 0.81 | 0.51 | 34.2 | 0.68 | 0.29 |
| Hex | 7C | 51 | 18 | 0 | 23 | 51 | 33 | 22 | 44 | 1D |
| Octal | 174 | 121 | 30 | 0 | 43 | 121 | 63 | 42 | 104 | 35 |
| Binary | 1111100 | 1010001 | 11000 | 0 | 100011 | 1010001 | 110011 | 100010 | 1000100 | 11101 |
Color Harmonies of #7C5118
Complementary color
Monochromatic Colors of #7C5118
Black with #7C5118
Text Example
Text Example
White with #7C5118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5118; }
p { color: rgb(124,81,24); }
H1.HeaderClassName
{
color: #7C5118;
}
.AnyTagClassName
{
color: #7C5118;
}
</style>
background-color css
<style>
a { background-color: #7C5118; }
a { background-color: rgb(124,81,24); }
div.DivClassName
{
background-color: #7C5118;
}
.BgClassName
{
background-color: #7C5118;
}
</style>
border-color css
<style>
span { border-color: #7C5118; }
span { border-color: rgb(124,81,24); }
td.TdClassName
{
border-color: #7C5118;
}
.TagClassName
{
border-color: #7C5118;
}
</style>