Shades of Raw Umber #7C4F16
Tints of Raw Umber #7C4F16
RGB
CMYK
RGB Variations
Color information
#7C4F16 (or 0x7C4F16) is known color: Raw Umber. HEX triplet: 7C, 4F and 16. RGB value is (124,79,22). Sum of RGB (Red+Green+Blue) = 124+79+22=225 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.11% from 225); Green value is 79 (31.25% from 255 or 35.11% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C4F16 is #83B0E9. Grayscale: #565656. Windows color (decimal): -8630506 or 1462140. OLE color: 1462140.
HSL color Cylindrical-coordinate representation of color #7C4F16: hue angle of 33.53º 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 #7C4F16 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 79 | 22 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.51 |
| HSL | 33.53º | 0.7% | 0.29% | - |
| HSV(B) | 33.53º | 0.82% | 0.49% | - |
| XYZ | 11.25 | 9.93 | 2.08 | - |
| YUV | 85.96 | 91.91 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 79 | 22 | 0 | 0.36 | 0.82 | 0.51 | 33.53 | 0.7 | 0.29 |
| Hex | 7C | 4F | 16 | 0 | 24 | 52 | 33 | 22 | 46 | 1D |
| Octal | 174 | 117 | 26 | 0 | 44 | 122 | 63 | 42 | 106 | 35 |
| Binary | 1111100 | 1001111 | 10110 | 0 | 100100 | 1010010 | 110011 | 100010 | 1000110 | 11101 |
Color Harmonies of #7C4F16
Complementary color
Monochromatic Colors of #7C4F16
Black with #7C4F16
Text Example
Text Example
White with #7C4F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4F16; }
p { color: rgb(124,79,22); }
H1.HeaderClassName
{
color: #7C4F16;
}
.AnyTagClassName
{
color: #7C4F16;
}
</style>
background-color css
<style>
a { background-color: #7C4F16; }
a { background-color: rgb(124,79,22); }
div.DivClassName
{
background-color: #7C4F16;
}
.BgClassName
{
background-color: #7C4F16;
}
</style>
border-color css
<style>
span { border-color: #7C4F16; }
span { border-color: rgb(124,79,22); }
td.TdClassName
{
border-color: #7C4F16;
}
.TagClassName
{
border-color: #7C4F16;
}
</style>