Shades of Russet #7F5019
Tints of Russet #7F5019
RGB
CMYK
RGB Variations
Color information
#7F5019 (or 0x7F5019) is known color: Russet. HEX triplet: 7F, 50 and 19. RGB value is (127,80,25). Sum of RGB (Red+Green+Blue) = 127+80+25=232 (30% of max value = 765). Red value is 127 (50% from 255 or 54.74% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F5019 is #80AFE6. Grayscale: #585858. Windows color (decimal): -8433639 or 1659007. OLE color: 1659007.
HSL color Cylindrical-coordinate representation of color #7F5019: hue angle of 32.35º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F5019 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 80 | 25 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.50 |
| HSL | 32.35º | 0.67% | 0.3% | - |
| HSV(B) | 32.35º | 0.8% | 0.5% | - |
| XYZ | 11.8 | 10.32 | 2.29 | - |
| YUV | 87.78 | 92.57 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 80 | 25 | 0 | 0.37 | 0.80 | 0.50 | 32.35 | 0.67 | 0.3 |
| Hex | 7F | 50 | 19 | 0 | 25 | 50 | 32 | 20 | 43 | 1E |
| Octal | 177 | 120 | 31 | 0 | 45 | 120 | 62 | 40 | 103 | 36 |
| Binary | 1111111 | 1010000 | 11001 | 0 | 100101 | 1010000 | 110010 | 100000 | 1000011 | 11110 |
Color Harmonies of #7F5019
Complementary color
Monochromatic Colors of #7F5019
Black with #7F5019
Text Example
Text Example
White with #7F5019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5019; }
p { color: rgb(127,80,25); }
H1.HeaderClassName
{
color: #7F5019;
}
.AnyTagClassName
{
color: #7F5019;
}
</style>
background-color css
<style>
a { background-color: #7F5019; }
a { background-color: rgb(127,80,25); }
div.DivClassName
{
background-color: #7F5019;
}
.BgClassName
{
background-color: #7F5019;
}
</style>
border-color css
<style>
span { border-color: #7F5019; }
span { border-color: rgb(127,80,25); }
td.TdClassName
{
border-color: #7F5019;
}
.TagClassName
{
border-color: #7F5019;
}
</style>