Shades of Russet #7F4621
Tints of Russet #7F4621
RGB
CMYK
RGB Variations
Color information
#7F4621 (or 0x7F4621) is known color: Russet. HEX triplet: 7F, 46 and 21. RGB value is (127,70,33). Sum of RGB (Red+Green+Blue) = 127+70+33=230 (30% of max value = 765). Red value is 127 (50% from 255 or 55.22% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 33 (13.28% from 255 or 14.35% from 230); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4621 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4621 is #80B9DE. Grayscale: #535353. Windows color (decimal): -8436191 or 2180735. OLE color: 2180735.
HSL color Cylindrical-coordinate representation of color #7F4621: hue angle of 23.62º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7F4621 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 70 | 33 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.50 |
| HSL | 23.62º | 0.59% | 0.31% | - |
| HSV(B) | 23.62º | 0.74% | 0.5% | - |
| XYZ | 11.22 | 9 | 2.59 | - |
| YUV | 82.83 | 99.88 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 70 | 33 | 0 | 0.45 | 0.74 | 0.50 | 23.62 | 0.59 | 0.31 |
| Hex | 7F | 46 | 21 | 0 | 2D | 4A | 32 | 18 | 3B | 1F |
| Octal | 177 | 106 | 41 | 0 | 55 | 112 | 62 | 30 | 73 | 37 |
| Binary | 1111111 | 1000110 | 100001 | 0 | 101101 | 1001010 | 110010 | 11000 | 111011 | 11111 |
Color Harmonies of #7F4621
Complementary color
Monochromatic Colors of #7F4621
Black with #7F4621
Text Example
Text Example
White with #7F4621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4621; }
p { color: rgb(127,70,33); }
H1.HeaderClassName
{
color: #7F4621;
}
.AnyTagClassName
{
color: #7F4621;
}
</style>
background-color css
<style>
a { background-color: #7F4621; }
a { background-color: rgb(127,70,33); }
div.DivClassName
{
background-color: #7F4621;
}
.BgClassName
{
background-color: #7F4621;
}
</style>
border-color css
<style>
span { border-color: #7F4621; }
span { border-color: rgb(127,70,33); }
td.TdClassName
{
border-color: #7F4621;
}
.TagClassName
{
border-color: #7F4621;
}
</style>