Shades of Raw Umber #7F490F
Tints of Raw Umber #7F490F
RGB
CMYK
RGB Variations
Color information
#7F490F (or 0x7F490F) is known color: Raw Umber. HEX triplet: 7F, 49 and 0F. RGB value is (127,73,15). Sum of RGB (Red+Green+Blue) = 127+73+15=215 (28% of max value = 765). Red value is 127 (50% from 255 or 59.07% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 127 - color contains mainly: red. Hex color #7F490F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F490F is #80B6F0. Grayscale: #525252. Windows color (decimal): -8435441 or 1001855. OLE color: 1001855.
HSL color Cylindrical-coordinate representation of color #7F490F: hue angle of 31.07º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F490F is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 73 | 15 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.50 |
| HSL | 31.07º | 0.79% | 0.28% | - |
| HSV(B) | 31.07º | 0.88% | 0.5% | - |
| XYZ | 11.22 | 9.31 | 1.66 | - |
| YUV | 82.53 | 89.89 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 73 | 15 | 0 | 0.43 | 0.88 | 0.50 | 31.07 | 0.79 | 0.28 |
| Hex | 7F | 49 | F | 0 | 2B | 58 | 32 | 1F | 4F | 1C |
| Octal | 177 | 111 | 17 | 0 | 53 | 130 | 62 | 37 | 117 | 34 |
| Binary | 1111111 | 1001001 | 1111 | 0 | 101011 | 1011000 | 110010 | 11111 | 1001111 | 11100 |
Color Harmonies of #7F490F
Complementary color
Monochromatic Colors of #7F490F
Black with #7F490F
Text Example
Text Example
White with #7F490F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F490F; }
p { color: rgb(127,73,15); }
H1.HeaderClassName
{
color: #7F490F;
}
.AnyTagClassName
{
color: #7F490F;
}
</style>
background-color css
<style>
a { background-color: #7F490F; }
a { background-color: rgb(127,73,15); }
div.DivClassName
{
background-color: #7F490F;
}
.BgClassName
{
background-color: #7F490F;
}
</style>
border-color css
<style>
span { border-color: #7F490F; }
span { border-color: rgb(127,73,15); }
td.TdClassName
{
border-color: #7F490F;
}
.TagClassName
{
border-color: #7F490F;
}
</style>