Shades of Raw Umber #7C5816
Tints of Raw Umber #7C5816
RGB
CMYK
RGB Variations
Color information
#7C5816 (or 0x7C5816) is known color: Raw Umber. HEX triplet: 7C, 58 and 16. RGB value is (124,88,22). Sum of RGB (Red+Green+Blue) = 124+88+22=234 (30% of max value = 765). Red value is 124 (48.83% from 255 or 52.99% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5816 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5816 is #83A7E9. Grayscale: #5B5B5B. Windows color (decimal): -8628202 or 1464444. OLE color: 1464444.
HSL color Cylindrical-coordinate representation of color #7C5816: hue angle of 38.82º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C5816 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 88 | 22 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.51 |
| HSL | 38.82º | 0.7% | 0.29% | - |
| HSV(B) | 38.82º | 0.82% | 0.49% | - |
| XYZ | 11.95 | 11.32 | 2.31 | - |
| YUV | 91.24 | 88.93 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 88 | 22 | 0 | 0.29 | 0.82 | 0.51 | 38.82 | 0.7 | 0.29 |
| Hex | 7C | 58 | 16 | 0 | 1D | 52 | 33 | 27 | 46 | 1D |
| Octal | 174 | 130 | 26 | 0 | 35 | 122 | 63 | 47 | 106 | 35 |
| Binary | 1111100 | 1011000 | 10110 | 0 | 11101 | 1010010 | 110011 | 100111 | 1000110 | 11101 |
Color Harmonies of #7C5816
Complementary color
Monochromatic Colors of #7C5816
Black with #7C5816
Text Example
Text Example
White with #7C5816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5816; }
p { color: rgb(124,88,22); }
H1.HeaderClassName
{
color: #7C5816;
}
.AnyTagClassName
{
color: #7C5816;
}
</style>
background-color css
<style>
a { background-color: #7C5816; }
a { background-color: rgb(124,88,22); }
div.DivClassName
{
background-color: #7C5816;
}
.BgClassName
{
background-color: #7C5816;
}
</style>
border-color css
<style>
span { border-color: #7C5816; }
span { border-color: rgb(124,88,22); }
td.TdClassName
{
border-color: #7C5816;
}
.TagClassName
{
border-color: #7C5816;
}
</style>