Shades of Raw Umber #7F5015
Tints of Raw Umber #7F5015
RGB
CMYK
RGB Variations
Color information
#7F5015 (or 0x7F5015) is known color: Raw Umber. HEX triplet: 7F, 50 and 15. RGB value is (127,80,21). Sum of RGB (Red+Green+Blue) = 127+80+21=228 (30% of max value = 765). Red value is 127 (50% from 255 or 55.70% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 21 (8.59% from 255 or 9.21% from 228); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F5015 is #80AFEA. Grayscale: #575757. Windows color (decimal): -8433643 or 1396863. OLE color: 1396863.
HSL color Cylindrical-coordinate representation of color #7F5015: hue angle of 33.4º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F5015 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 80 | 21 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.50 |
| HSL | 33.4º | 0.72% | 0.29% | - |
| HSV(B) | 33.4º | 0.83% | 0.5% | - |
| XYZ | 11.76 | 10.3 | 2.08 | - |
| YUV | 87.33 | 90.57 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 80 | 21 | 0 | 0.37 | 0.83 | 0.50 | 33.4 | 0.72 | 0.29 |
| Hex | 7F | 50 | 15 | 0 | 25 | 53 | 32 | 21 | 48 | 1D |
| Octal | 177 | 120 | 25 | 0 | 45 | 123 | 62 | 41 | 110 | 35 |
| Binary | 1111111 | 1010000 | 10101 | 0 | 100101 | 1010011 | 110010 | 100001 | 1001000 | 11101 |
Color Harmonies of #7F5015
Complementary color
Monochromatic Colors of #7F5015
Black with #7F5015
Text Example
Text Example
White with #7F5015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5015; }
p { color: rgb(127,80,21); }
H1.HeaderClassName
{
color: #7F5015;
}
.AnyTagClassName
{
color: #7F5015;
}
</style>
background-color css
<style>
a { background-color: #7F5015; }
a { background-color: rgb(127,80,21); }
div.DivClassName
{
background-color: #7F5015;
}
.BgClassName
{
background-color: #7F5015;
}
</style>
border-color css
<style>
span { border-color: #7F5015; }
span { border-color: rgb(127,80,21); }
td.TdClassName
{
border-color: #7F5015;
}
.TagClassName
{
border-color: #7F5015;
}
</style>