Shades of Russet #7F4113
Tints of Russet #7F4113
RGB
CMYK
RGB Variations
Color information
#7F4113 (or 0x7F4113) is known color: Russet. HEX triplet: 7F, 41 and 13. RGB value is (127,65,19). Sum of RGB (Red+Green+Blue) = 127+65+19=211 (27% of max value = 765). Red value is 127 (50% from 255 or 60.19% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4113 is #80BEEC. Grayscale: #4E4E4E. Windows color (decimal): -8437485 or 1261951. OLE color: 1261951.
HSL color Cylindrical-coordinate representation of color #7F4113: hue angle of 25.56º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7F4113 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 65 | 19 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.50 |
| HSL | 25.56º | 0.74% | 0.29% | - |
| HSV(B) | 25.56º | 0.85% | 0.5% | - |
| XYZ | 10.76 | 8.34 | 1.66 | - |
| YUV | 78.29 | 94.54 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 65 | 19 | 0 | 0.49 | 0.85 | 0.50 | 25.56 | 0.74 | 0.29 |
| Hex | 7F | 41 | 13 | 0 | 31 | 55 | 32 | 1A | 4A | 1D |
| Octal | 177 | 101 | 23 | 0 | 61 | 125 | 62 | 32 | 112 | 35 |
| Binary | 1111111 | 1000001 | 10011 | 0 | 110001 | 1010101 | 110010 | 11010 | 1001010 | 11101 |
Color Harmonies of #7F4113
Complementary color
Monochromatic Colors of #7F4113
Black with #7F4113
Text Example
Text Example
White with #7F4113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4113; }
p { color: rgb(127,65,19); }
H1.HeaderClassName
{
color: #7F4113;
}
.AnyTagClassName
{
color: #7F4113;
}
</style>
background-color css
<style>
a { background-color: #7F4113; }
a { background-color: rgb(127,65,19); }
div.DivClassName
{
background-color: #7F4113;
}
.BgClassName
{
background-color: #7F4113;
}
</style>
border-color css
<style>
span { border-color: #7F4113; }
span { border-color: rgb(127,65,19); }
td.TdClassName
{
border-color: #7F4113;
}
.TagClassName
{
border-color: #7F4113;
}
</style>