Shades of Raw Umber #7F520F
Tints of Raw Umber #7F520F
RGB
CMYK
RGB Variations
Color information
#7F520F (or 0x7F520F) is known color: Raw Umber. HEX triplet: 7F, 52 and 0F. RGB value is (127,82,15). Sum of RGB (Red+Green+Blue) = 127+82+15=224 (29% of max value = 765). Red value is 127 (50% from 255 or 56.70% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 127 - color contains mainly: red. Hex color #7F520F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F520F is #80ADF0. Grayscale: #585858. Windows color (decimal): -8433137 or 1004159. OLE color: 1004159.
HSL color Cylindrical-coordinate representation of color #7F520F: hue angle of 35.89º 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 #7F520F is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 82 | 15 | - |
| CMYK | 0 | 0.35 | 0.88 | 0.50 |
| HSL | 35.89º | 0.79% | 0.28% | - |
| HSV(B) | 35.89º | 0.88% | 0.5% | - |
| XYZ | 11.86 | 10.58 | 1.87 | - |
| YUV | 87.82 | 86.91 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 82 | 15 | 0 | 0.35 | 0.88 | 0.50 | 35.89 | 0.79 | 0.28 |
| Hex | 7F | 52 | F | 0 | 23 | 58 | 32 | 24 | 4F | 1C |
| Octal | 177 | 122 | 17 | 0 | 43 | 130 | 62 | 44 | 117 | 34 |
| Binary | 1111111 | 1010010 | 1111 | 0 | 100011 | 1011000 | 110010 | 100100 | 1001111 | 11100 |
Color Harmonies of #7F520F
Complementary color
Monochromatic Colors of #7F520F
Black with #7F520F
Text Example
Text Example
White with #7F520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F520F; }
p { color: rgb(127,82,15); }
H1.HeaderClassName
{
color: #7F520F;
}
.AnyTagClassName
{
color: #7F520F;
}
</style>
background-color css
<style>
a { background-color: #7F520F; }
a { background-color: rgb(127,82,15); }
div.DivClassName
{
background-color: #7F520F;
}
.BgClassName
{
background-color: #7F520F;
}
</style>
border-color css
<style>
span { border-color: #7F520F; }
span { border-color: rgb(127,82,15); }
td.TdClassName
{
border-color: #7F520F;
}
.TagClassName
{
border-color: #7F520F;
}
</style>