Shades of Raw Umber #7C490F
Tints of Raw Umber #7C490F
RGB
CMYK
RGB Variations
Color information
#7C490F (or 0x7C490F) is known color: Raw Umber. HEX triplet: 7C, 49 and 0F. RGB value is (124,73,15). Sum of RGB (Red+Green+Blue) = 124+73+15=212 (28% of max value = 765). Red value is 124 (48.83% from 255 or 58.49% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 124 - color contains mainly: red. Hex color #7C490F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C490F is #83B6F0. Grayscale: #515151. Windows color (decimal): -8632049 or 1001852. OLE color: 1001852.
HSL color Cylindrical-coordinate representation of color #7C490F: hue angle of 31.93º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C490F is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 73 | 15 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.51 |
| HSL | 31.93º | 0.78% | 0.27% | - |
| HSV(B) | 31.93º | 0.88% | 0.49% | - |
| XYZ | 10.78 | 9.08 | 1.64 | - |
| YUV | 81.64 | 90.4 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 73 | 15 | 0 | 0.41 | 0.88 | 0.51 | 31.93 | 0.78 | 0.27 |
| Hex | 7C | 49 | F | 0 | 29 | 58 | 33 | 20 | 4E | 1B |
| Octal | 174 | 111 | 17 | 0 | 51 | 130 | 63 | 40 | 116 | 33 |
| Binary | 1111100 | 1001001 | 1111 | 0 | 101001 | 1011000 | 110011 | 100000 | 1001110 | 11011 |
Color Harmonies of #7C490F
Complementary color
Monochromatic Colors of #7C490F
Black with #7C490F
Text Example
Text Example
White with #7C490F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C490F; }
p { color: rgb(124,73,15); }
H1.HeaderClassName
{
color: #7C490F;
}
.AnyTagClassName
{
color: #7C490F;
}
</style>
background-color css
<style>
a { background-color: #7C490F; }
a { background-color: rgb(124,73,15); }
div.DivClassName
{
background-color: #7C490F;
}
.BgClassName
{
background-color: #7C490F;
}
</style>
border-color css
<style>
span { border-color: #7C490F; }
span { border-color: rgb(124,73,15); }
td.TdClassName
{
border-color: #7C490F;
}
.TagClassName
{
border-color: #7C490F;
}
</style>