Shades of Russet #7F4115
Tints of Russet #7F4115
RGB
CMYK
RGB Variations
Color information
#7F4115 (or 0x7F4115) is known color: Russet. HEX triplet: 7F, 41 and 15. RGB value is (127,65,21). Sum of RGB (Red+Green+Blue) = 127+65+21=213 (28% of max value = 765). Red value is 127 (50% from 255 or 59.62% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 21 (8.59% from 255 or 9.86% from 213); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4115 is #80BEEA. Grayscale: #4E4E4E. Windows color (decimal): -8437483 or 1393023. OLE color: 1393023.
HSL color Cylindrical-coordinate representation of color #7F4115: hue angle of 24.91º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F4115 is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 65 | 21 | - |
| CMYK | 0 | 0.49 | 0.83 | 0.50 |
| HSL | 24.91º | 0.72% | 0.29% | - |
| HSV(B) | 24.91º | 0.83% | 0.5% | - |
| XYZ | 10.78 | 8.35 | 1.75 | - |
| YUV | 78.52 | 95.54 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 65 | 21 | 0 | 0.49 | 0.83 | 0.50 | 24.91 | 0.72 | 0.29 |
| Hex | 7F | 41 | 15 | 0 | 31 | 53 | 32 | 19 | 48 | 1D |
| Octal | 177 | 101 | 25 | 0 | 61 | 123 | 62 | 31 | 110 | 35 |
| Binary | 1111111 | 1000001 | 10101 | 0 | 110001 | 1010011 | 110010 | 11001 | 1001000 | 11101 |
Color Harmonies of #7F4115
Complementary color
Monochromatic Colors of #7F4115
Black with #7F4115
Text Example
Text Example
White with #7F4115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4115; }
p { color: rgb(127,65,21); }
H1.HeaderClassName
{
color: #7F4115;
}
.AnyTagClassName
{
color: #7F4115;
}
</style>
background-color css
<style>
a { background-color: #7F4115; }
a { background-color: rgb(127,65,21); }
div.DivClassName
{
background-color: #7F4115;
}
.BgClassName
{
background-color: #7F4115;
}
</style>
border-color css
<style>
span { border-color: #7F4115; }
span { border-color: rgb(127,65,21); }
td.TdClassName
{
border-color: #7F4115;
}
.TagClassName
{
border-color: #7F4115;
}
</style>