Shades of Raw Umber #7F5414
Tints of Raw Umber #7F5414
RGB
CMYK
RGB Variations
Color information
#7F5414 (or 0x7F5414) is known color: Raw Umber. HEX triplet: 7F, 54 and 14. RGB value is (127,84,20). Sum of RGB (Red+Green+Blue) = 127+84+20=231 (30% of max value = 765). Red value is 127 (50% from 255 or 54.98% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F5414 is #80ABEB. Grayscale: #595959. Windows color (decimal): -8432620 or 1332351. OLE color: 1332351.
HSL color Cylindrical-coordinate representation of color #7F5414: hue angle of 35.89º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F5414 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 84 | 20 | - |
| CMYK | 0 | 0.34 | 0.84 | 0.50 |
| HSL | 35.89º | 0.73% | 0.29% | - |
| HSV(B) | 35.89º | 0.84% | 0.5% | - |
| XYZ | 12.05 | 10.9 | 2.13 | - |
| YUV | 89.56 | 88.75 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 84 | 20 | 0 | 0.34 | 0.84 | 0.50 | 35.89 | 0.73 | 0.29 |
| Hex | 7F | 54 | 14 | 0 | 22 | 54 | 32 | 24 | 49 | 1D |
| Octal | 177 | 124 | 24 | 0 | 42 | 124 | 62 | 44 | 111 | 35 |
| Binary | 1111111 | 1010100 | 10100 | 0 | 100010 | 1010100 | 110010 | 100100 | 1001001 | 11101 |
Color Harmonies of #7F5414
Complementary color
Monochromatic Colors of #7F5414
Black with #7F5414
Text Example
Text Example
White with #7F5414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5414; }
p { color: rgb(127,84,20); }
H1.HeaderClassName
{
color: #7F5414;
}
.AnyTagClassName
{
color: #7F5414;
}
</style>
background-color css
<style>
a { background-color: #7F5414; }
a { background-color: rgb(127,84,20); }
div.DivClassName
{
background-color: #7F5414;
}
.BgClassName
{
background-color: #7F5414;
}
</style>
border-color css
<style>
span { border-color: #7F5414; }
span { border-color: rgb(127,84,20); }
td.TdClassName
{
border-color: #7F5414;
}
.TagClassName
{
border-color: #7F5414;
}
</style>