Shades of Raw Umber #7F5615
Tints of Raw Umber #7F5615
RGB
CMYK
RGB Variations
Color information
#7F5615 (or 0x7F5615) is known color: Raw Umber. HEX triplet: 7F, 56 and 15. RGB value is (127,86,21). Sum of RGB (Red+Green+Blue) = 127+86+21=234 (30% of max value = 765). Red value is 127 (50% from 255 or 54.27% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5615 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F5615 is #80A9EA. Grayscale: #5B5B5B. Windows color (decimal): -8432107 or 1398399. OLE color: 1398399.
HSL color Cylindrical-coordinate representation of color #7F5615: hue angle of 36.79º 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 #7F5615 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 86 | 21 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.50 |
| HSL | 36.79º | 0.72% | 0.29% | - |
| HSV(B) | 36.79º | 0.83% | 0.5% | - |
| XYZ | 12.22 | 11.22 | 2.23 | - |
| YUV | 90.85 | 88.58 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 86 | 21 | 0 | 0.32 | 0.83 | 0.50 | 36.79 | 0.72 | 0.29 |
| Hex | 7F | 56 | 15 | 0 | 20 | 53 | 32 | 25 | 48 | 1D |
| Octal | 177 | 126 | 25 | 0 | 40 | 123 | 62 | 45 | 110 | 35 |
| Binary | 1111111 | 1010110 | 10101 | 0 | 100000 | 1010011 | 110010 | 100101 | 1001000 | 11101 |
Color Harmonies of #7F5615
Complementary color
Monochromatic Colors of #7F5615
Black with #7F5615
Text Example
Text Example
White with #7F5615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5615; }
p { color: rgb(127,86,21); }
H1.HeaderClassName
{
color: #7F5615;
}
.AnyTagClassName
{
color: #7F5615;
}
</style>
background-color css
<style>
a { background-color: #7F5615; }
a { background-color: rgb(127,86,21); }
div.DivClassName
{
background-color: #7F5615;
}
.BgClassName
{
background-color: #7F5615;
}
</style>
border-color css
<style>
span { border-color: #7F5615; }
span { border-color: rgb(127,86,21); }
td.TdClassName
{
border-color: #7F5615;
}
.TagClassName
{
border-color: #7F5615;
}
</style>