Shades of Raw Umber #7F540F
Tints of Raw Umber #7F540F
RGB
CMYK
RGB Variations
Color information
#7F540F (or 0x7F540F) is known color: Raw Umber. HEX triplet: 7F, 54 and 0F. RGB value is (127,84,15). Sum of RGB (Red+Green+Blue) = 127+84+15=226 (29% of max value = 765). Red value is 127 (50% from 255 or 56.19% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 127 - color contains mainly: red. Hex color #7F540F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F540F is #80ABF0. Grayscale: #595959. Windows color (decimal): -8432625 or 1004671. OLE color: 1004671.
HSL color Cylindrical-coordinate representation of color #7F540F: hue angle of 36.96º 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 #7F540F is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 84 | 15 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.50 |
| HSL | 36.96º | 0.79% | 0.28% | - |
| HSV(B) | 36.96º | 0.88% | 0.5% | - |
| XYZ | 12.01 | 10.89 | 1.92 | - |
| YUV | 88.99 | 86.25 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 84 | 15 | 0 | 0.34 | 0.88 | 0.50 | 36.96 | 0.79 | 0.28 |
| Hex | 7F | 54 | F | 0 | 22 | 58 | 32 | 25 | 4F | 1C |
| Octal | 177 | 124 | 17 | 0 | 42 | 130 | 62 | 45 | 117 | 34 |
| Binary | 1111111 | 1010100 | 1111 | 0 | 100010 | 1011000 | 110010 | 100101 | 1001111 | 11100 |
Color Harmonies of #7F540F
Complementary color
Monochromatic Colors of #7F540F
Black with #7F540F
Text Example
Text Example
White with #7F540F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F540F; }
p { color: rgb(127,84,15); }
H1.HeaderClassName
{
color: #7F540F;
}
.AnyTagClassName
{
color: #7F540F;
}
</style>
background-color css
<style>
a { background-color: #7F540F; }
a { background-color: rgb(127,84,15); }
div.DivClassName
{
background-color: #7F540F;
}
.BgClassName
{
background-color: #7F540F;
}
</style>
border-color css
<style>
span { border-color: #7F540F; }
span { border-color: rgb(127,84,15); }
td.TdClassName
{
border-color: #7F540F;
}
.TagClassName
{
border-color: #7F540F;
}
</style>