Shades of Rusty Nail #8D5F2C
Tints of Rusty Nail #8D5F2C
RGB
CMYK
RGB Variations
Color information
#8D5F2C (or 0x8D5F2C) is known color: Rusty Nail. HEX triplet: 8D, 5F and 2C. RGB value is (141,95,44). Sum of RGB (Red+Green+Blue) = 141+95+44=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5F2C is #72A0D3. Grayscale: #676767. Windows color (decimal): -7512276 or 2908045. OLE color: 2908045.
HSL color Cylindrical-coordinate representation of color #8D5F2C: hue angle of 31.55º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D5F2C is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 95 | 44 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.45 |
| HSL | 31.55º | 0.52% | 0.36% | - |
| HSV(B) | 31.55º | 0.69% | 0.55% | - |
| XYZ | 15.53 | 14.03 | 4.27 | - |
| YUV | 102.94 | 94.74 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 95 | 44 | 0 | 0.33 | 0.69 | 0.45 | 31.55 | 0.52 | 0.36 |
| Hex | 8D | 5F | 2C | 0 | 21 | 45 | 2D | 20 | 34 | 24 |
| Octal | 215 | 137 | 54 | 0 | 41 | 105 | 55 | 40 | 64 | 44 |
| Binary | 10001101 | 1011111 | 101100 | 0 | 100001 | 1000101 | 101101 | 100000 | 110100 | 100100 |
Color Harmonies of #8D5F2C
Complementary color
Monochromatic Colors of #8D5F2C
Black with #8D5F2C
Text Example
Text Example
White with #8D5F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5F2C; }
p { color: rgb(141,95,44); }
H1.HeaderClassName
{
color: #8D5F2C;
}
.AnyTagClassName
{
color: #8D5F2C;
}
</style>
background-color css
<style>
a { background-color: #8D5F2C; }
a { background-color: rgb(141,95,44); }
div.DivClassName
{
background-color: #8D5F2C;
}
.BgClassName
{
background-color: #8D5F2C;
}
</style>
border-color css
<style>
span { border-color: #8D5F2C; }
span { border-color: rgb(141,95,44); }
td.TdClassName
{
border-color: #8D5F2C;
}
.TagClassName
{
border-color: #8D5F2C;
}
</style>