Shades of Raw Umber #7C5C0E
Tints of Raw Umber #7C5C0E
RGB
CMYK
RGB Variations
Color information
#7C5C0E (or 0x7C5C0E) is known color: Raw Umber. HEX triplet: 7C, 5C and 0E. RGB value is (124,92,14). Sum of RGB (Red+Green+Blue) = 124+92+14=230 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.91% from 230); Green value is 92 (36.33% from 255 or 40% from 230); Blue value is 14 (5.86% from 255 or 6.09% from 230); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5C0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5C0E is #83A3F1. Grayscale: #5D5D5D. Windows color (decimal): -8627186 or 941180. OLE color: 941180.
HSL color Cylindrical-coordinate representation of color #7C5C0E: hue angle of 42.55º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C5C0E is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 92 | 14 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.51 |
| HSL | 42.55º | 0.8% | 0.27% | - |
| HSV(B) | 42.55º | 0.89% | 0.49% | - |
| XYZ | 12.22 | 11.97 | 2.08 | - |
| YUV | 92.68 | 83.6 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 92 | 14 | 0 | 0.26 | 0.89 | 0.51 | 42.55 | 0.8 | 0.27 |
| Hex | 7C | 5C | E | 0 | 1A | 59 | 33 | 2B | 50 | 1B |
| Octal | 174 | 134 | 16 | 0 | 32 | 131 | 63 | 53 | 120 | 33 |
| Binary | 1111100 | 1011100 | 1110 | 0 | 11010 | 1011001 | 110011 | 101011 | 1010000 | 11011 |
Color Harmonies of #7C5C0E
Complementary color
Monochromatic Colors of #7C5C0E
Black with #7C5C0E
Text Example
Text Example
White with #7C5C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5C0E; }
p { color: rgb(124,92,14); }
H1.HeaderClassName
{
color: #7C5C0E;
}
.AnyTagClassName
{
color: #7C5C0E;
}
</style>
background-color css
<style>
a { background-color: #7C5C0E; }
a { background-color: rgb(124,92,14); }
div.DivClassName
{
background-color: #7C5C0E;
}
.BgClassName
{
background-color: #7C5C0E;
}
</style>
border-color css
<style>
span { border-color: #7C5C0E; }
span { border-color: rgb(124,92,14); }
td.TdClassName
{
border-color: #7C5C0E;
}
.TagClassName
{
border-color: #7C5C0E;
}
</style>