Shades of Raw Umber #7F520D
Tints of Raw Umber #7F520D
RGB
CMYK
RGB Variations
Color information
#7F520D (or 0x7F520D) is known color: Raw Umber. HEX triplet: 7F, 52 and 0D. RGB value is (127,82,13). Sum of RGB (Red+Green+Blue) = 127+82+13=222 (29% of max value = 765). Red value is 127 (50% from 255 or 57.21% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 127 - color contains mainly: red. Hex color #7F520D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F520D is #80ADF2. Grayscale: #575757. Windows color (decimal): -8433139 or 873087. OLE color: 873087.
HSL color Cylindrical-coordinate representation of color #7F520D: hue angle of 36.32º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7F520D is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 82 | 13 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.50 |
| HSL | 36.32º | 0.81% | 0.27% | - |
| HSV(B) | 36.32º | 0.9% | 0.5% | - |
| XYZ | 11.84 | 10.58 | 1.8 | - |
| YUV | 87.59 | 85.91 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 82 | 13 | 0 | 0.35 | 0.90 | 0.50 | 36.32 | 0.81 | 0.27 |
| Hex | 7F | 52 | D | 0 | 23 | 5A | 32 | 24 | 51 | 1B |
| Octal | 177 | 122 | 15 | 0 | 43 | 132 | 62 | 44 | 121 | 33 |
| Binary | 1111111 | 1010010 | 1101 | 0 | 100011 | 1011010 | 110010 | 100100 | 1010001 | 11011 |
Color Harmonies of #7F520D
Complementary color
Monochromatic Colors of #7F520D
Black with #7F520D
Text Example
Text Example
White with #7F520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F520D; }
p { color: rgb(127,82,13); }
H1.HeaderClassName
{
color: #7F520D;
}
.AnyTagClassName
{
color: #7F520D;
}
</style>
background-color css
<style>
a { background-color: #7F520D; }
a { background-color: rgb(127,82,13); }
div.DivClassName
{
background-color: #7F520D;
}
.BgClassName
{
background-color: #7F520D;
}
</style>
border-color css
<style>
span { border-color: #7F520D; }
span { border-color: rgb(127,82,13); }
td.TdClassName
{
border-color: #7F520D;
}
.TagClassName
{
border-color: #7F520D;
}
</style>