Shades of Raw Umber #7C5A09
Tints of Raw Umber #7C5A09
RGB
CMYK
RGB Variations
Color information
#7C5A09 (or 0x7C5A09) is known color: Raw Umber. HEX triplet: 7C, 5A and 09. RGB value is (124,90,9). Sum of RGB (Red+Green+Blue) = 124+90+9=223 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.61% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 9 (3.91% from 255 or 4.04% from 223); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5A09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5A09 is #83A5F6. Grayscale: #5B5B5B. Windows color (decimal): -8627703 or 612988. OLE color: 612988.
HSL color Cylindrical-coordinate representation of color #7C5A09: hue angle of 42.26º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C5A09 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 90 | 9 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.51 |
| HSL | 42.26º | 0.86% | 0.26% | - |
| HSV(B) | 42.26º | 0.93% | 0.49% | - |
| XYZ | 12.02 | 11.62 | 1.87 | - |
| YUV | 90.93 | 81.76 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 90 | 9 | 0 | 0.27 | 0.93 | 0.51 | 42.26 | 0.86 | 0.26 |
| Hex | 7C | 5A | 9 | 0 | 1B | 5D | 33 | 2A | 56 | 1A |
| Octal | 174 | 132 | 11 | 0 | 33 | 135 | 63 | 52 | 126 | 32 |
| Binary | 1111100 | 1011010 | 1001 | 0 | 11011 | 1011101 | 110011 | 101010 | 1010110 | 11010 |
Color Harmonies of #7C5A09
Complementary color
Monochromatic Colors of #7C5A09
Black with #7C5A09
Text Example
Text Example
White with #7C5A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5A09; }
p { color: rgb(124,90,9); }
H1.HeaderClassName
{
color: #7C5A09;
}
.AnyTagClassName
{
color: #7C5A09;
}
</style>
background-color css
<style>
a { background-color: #7C5A09; }
a { background-color: rgb(124,90,9); }
div.DivClassName
{
background-color: #7C5A09;
}
.BgClassName
{
background-color: #7C5A09;
}
</style>
border-color css
<style>
span { border-color: #7C5A09; }
span { border-color: rgb(124,90,9); }
td.TdClassName
{
border-color: #7C5A09;
}
.TagClassName
{
border-color: #7C5A09;
}
</style>