Shades of Russet #7F4321
Tints of Russet #7F4321
RGB
CMYK
RGB Variations
Color information
#7F4321 (or 0x7F4321) is known color: Russet. HEX triplet: 7F, 43 and 21. RGB value is (127,67,33). Sum of RGB (Red+Green+Blue) = 127+67+33=227 (30% of max value = 765). Red value is 127 (50% from 255 or 55.95% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4321 is #80BCDE. Grayscale: #515151. Windows color (decimal): -8436959 or 2179967. OLE color: 2179967.
HSL color Cylindrical-coordinate representation of color #7F4321: hue angle of 21.7º 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 #7F4321 is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 67 | 33 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.50 |
| HSL | 21.7º | 0.59% | 0.31% | - |
| HSV(B) | 21.7º | 0.74% | 0.5% | - |
| XYZ | 11.03 | 8.64 | 2.52 | - |
| YUV | 81.06 | 100.88 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 67 | 33 | 0 | 0.47 | 0.74 | 0.50 | 21.7 | 0.59 | 0.31 |
| Hex | 7F | 43 | 21 | 0 | 2F | 4A | 32 | 16 | 3B | 1F |
| Octal | 177 | 103 | 41 | 0 | 57 | 112 | 62 | 26 | 73 | 37 |
| Binary | 1111111 | 1000011 | 100001 | 0 | 101111 | 1001010 | 110010 | 10110 | 111011 | 11111 |
Color Harmonies of #7F4321
Complementary color
Monochromatic Colors of #7F4321
Black with #7F4321
Text Example
Text Example
White with #7F4321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4321; }
p { color: rgb(127,67,33); }
H1.HeaderClassName
{
color: #7F4321;
}
.AnyTagClassName
{
color: #7F4321;
}
</style>
background-color css
<style>
a { background-color: #7F4321; }
a { background-color: rgb(127,67,33); }
div.DivClassName
{
background-color: #7F4321;
}
.BgClassName
{
background-color: #7F4321;
}
</style>
border-color css
<style>
span { border-color: #7F4321; }
span { border-color: rgb(127,67,33); }
td.TdClassName
{
border-color: #7F4321;
}
.TagClassName
{
border-color: #7F4321;
}
</style>