Shades of Raw Umber #7C5612
Tints of Raw Umber #7C5612
RGB
CMYK
RGB Variations
Color information
#7C5612 (or 0x7C5612) is known color: Raw Umber. HEX triplet: 7C, 56 and 12. RGB value is (124,86,18). Sum of RGB (Red+Green+Blue) = 124+86+18=228 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.39% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5612 is #83A9ED. Grayscale: #595959. Windows color (decimal): -8628718 or 1201788. OLE color: 1201788.
HSL color Cylindrical-coordinate representation of color #7C5612: hue angle of 38.49º degrees, saturation: 0.75, 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 #7C5612 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 86 | 18 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.51 |
| HSL | 38.49º | 0.75% | 0.28% | - |
| HSV(B) | 38.49º | 0.85% | 0.49% | - |
| XYZ | 11.75 | 10.98 | 2.07 | - |
| YUV | 89.61 | 87.59 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 86 | 18 | 0 | 0.31 | 0.85 | 0.51 | 38.49 | 0.75 | 0.28 |
| Hex | 7C | 56 | 12 | 0 | 1F | 55 | 33 | 26 | 4B | 1C |
| Octal | 174 | 126 | 22 | 0 | 37 | 125 | 63 | 46 | 113 | 34 |
| Binary | 1111100 | 1010110 | 10010 | 0 | 11111 | 1010101 | 110011 | 100110 | 1001011 | 11100 |
Color Harmonies of #7C5612
Complementary color
Monochromatic Colors of #7C5612
Black with #7C5612
Text Example
Text Example
White with #7C5612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5612; }
p { color: rgb(124,86,18); }
H1.HeaderClassName
{
color: #7C5612;
}
.AnyTagClassName
{
color: #7C5612;
}
</style>
background-color css
<style>
a { background-color: #7C5612; }
a { background-color: rgb(124,86,18); }
div.DivClassName
{
background-color: #7C5612;
}
.BgClassName
{
background-color: #7C5612;
}
</style>
border-color css
<style>
span { border-color: #7C5612; }
span { border-color: rgb(124,86,18); }
td.TdClassName
{
border-color: #7C5612;
}
.TagClassName
{
border-color: #7C5612;
}
</style>