Shades of Russet #7F4521
Tints of Russet #7F4521
RGB
CMYK
RGB Variations
Color information
#7F4521 (or 0x7F4521) is known color: Russet. HEX triplet: 7F, 45 and 21. RGB value is (127,69,33). Sum of RGB (Red+Green+Blue) = 127+69+33=229 (30% of max value = 765). Red value is 127 (50% from 255 or 55.46% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4521 is #80BADE. Grayscale: #525252. Windows color (decimal): -8436447 or 2180479. OLE color: 2180479.
HSL color Cylindrical-coordinate representation of color #7F4521: hue angle of 22.98º 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 #7F4521 is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 69 | 33 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.50 |
| HSL | 22.98º | 0.59% | 0.31% | - |
| HSV(B) | 22.98º | 0.74% | 0.5% | - |
| XYZ | 11.16 | 8.88 | 2.56 | - |
| YUV | 82.24 | 100.22 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 69 | 33 | 0 | 0.46 | 0.74 | 0.50 | 22.98 | 0.59 | 0.31 |
| Hex | 7F | 45 | 21 | 0 | 2E | 4A | 32 | 17 | 3B | 1F |
| Octal | 177 | 105 | 41 | 0 | 56 | 112 | 62 | 27 | 73 | 37 |
| Binary | 1111111 | 1000101 | 100001 | 0 | 101110 | 1001010 | 110010 | 10111 | 111011 | 11111 |
Color Harmonies of #7F4521
Complementary color
Monochromatic Colors of #7F4521
Black with #7F4521
Text Example
Text Example
White with #7F4521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4521; }
p { color: rgb(127,69,33); }
H1.HeaderClassName
{
color: #7F4521;
}
.AnyTagClassName
{
color: #7F4521;
}
</style>
background-color css
<style>
a { background-color: #7F4521; }
a { background-color: rgb(127,69,33); }
div.DivClassName
{
background-color: #7F4521;
}
.BgClassName
{
background-color: #7F4521;
}
</style>
border-color css
<style>
span { border-color: #7F4521; }
span { border-color: rgb(127,69,33); }
td.TdClassName
{
border-color: #7F4521;
}
.TagClassName
{
border-color: #7F4521;
}
</style>