Shades of Raw Umber #7C5812
Tints of Raw Umber #7C5812
RGB
CMYK
RGB Variations
Color information
#7C5812 (or 0x7C5812) is known color: Raw Umber. HEX triplet: 7C, 58 and 12. RGB value is (124,88,18). Sum of RGB (Red+Green+Blue) = 124+88+18=230 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.91% from 230); Green value is 88 (34.77% from 255 or 38.26% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5812 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5812 is #83A7ED. Grayscale: #5B5B5B. Windows color (decimal): -8628206 or 1202300. OLE color: 1202300.
HSL color Cylindrical-coordinate representation of color #7C5812: hue angle of 39.62º 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 #7C5812 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 88 | 18 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.51 |
| HSL | 39.62º | 0.75% | 0.28% | - |
| HSV(B) | 39.62º | 0.85% | 0.49% | - |
| XYZ | 11.91 | 11.31 | 2.13 | - |
| YUV | 90.78 | 86.93 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 88 | 18 | 0 | 0.29 | 0.85 | 0.51 | 39.62 | 0.75 | 0.28 |
| Hex | 7C | 58 | 12 | 0 | 1D | 55 | 33 | 28 | 4B | 1C |
| Octal | 174 | 130 | 22 | 0 | 35 | 125 | 63 | 50 | 113 | 34 |
| Binary | 1111100 | 1011000 | 10010 | 0 | 11101 | 1010101 | 110011 | 101000 | 1001011 | 11100 |
Color Harmonies of #7C5812
Complementary color
Monochromatic Colors of #7C5812
Black with #7C5812
Text Example
Text Example
White with #7C5812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5812; }
p { color: rgb(124,88,18); }
H1.HeaderClassName
{
color: #7C5812;
}
.AnyTagClassName
{
color: #7C5812;
}
</style>
background-color css
<style>
a { background-color: #7C5812; }
a { background-color: rgb(124,88,18); }
div.DivClassName
{
background-color: #7C5812;
}
.BgClassName
{
background-color: #7C5812;
}
</style>
border-color css
<style>
span { border-color: #7C5812; }
span { border-color: rgb(124,88,18); }
td.TdClassName
{
border-color: #7C5812;
}
.TagClassName
{
border-color: #7C5812;
}
</style>