Shades of Rusty Nail #8D5932
Tints of Rusty Nail #8D5932
RGB
CMYK
RGB Variations
Color information
#8D5932 (or 0x8D5932) is known color: Rusty Nail. HEX triplet: 8D, 59 and 32. RGB value is (141,89,50). Sum of RGB (Red+Green+Blue) = 141+89+50=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5932 is #72A6CD. Grayscale: #646464. Windows color (decimal): -7513806 or 3299725. OLE color: 3299725.
HSL color Cylindrical-coordinate representation of color #8D5932: hue angle of 25.71º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D5932 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 89 | 50 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.45 |
| HSL | 25.71º | 0.48% | 0.37% | - |
| HSV(B) | 25.71º | 0.65% | 0.55% | - |
| XYZ | 15.13 | 13.04 | 4.74 | - |
| YUV | 100.1 | 99.73 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 89 | 50 | 0 | 0.37 | 0.65 | 0.45 | 25.71 | 0.48 | 0.37 |
| Hex | 8D | 59 | 32 | 0 | 25 | 41 | 2D | 1A | 30 | 25 |
| Octal | 215 | 131 | 62 | 0 | 45 | 101 | 55 | 32 | 60 | 45 |
| Binary | 10001101 | 1011001 | 110010 | 0 | 100101 | 1000001 | 101101 | 11010 | 110000 | 100101 |
Color Harmonies of #8D5932
Complementary color
Monochromatic Colors of #8D5932
Black with #8D5932
Text Example
Text Example
White with #8D5932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5932; }
p { color: rgb(141,89,50); }
H1.HeaderClassName
{
color: #8D5932;
}
.AnyTagClassName
{
color: #8D5932;
}
</style>
background-color css
<style>
a { background-color: #8D5932; }
a { background-color: rgb(141,89,50); }
div.DivClassName
{
background-color: #8D5932;
}
.BgClassName
{
background-color: #8D5932;
}
</style>
border-color css
<style>
span { border-color: #8D5932; }
span { border-color: rgb(141,89,50); }
td.TdClassName
{
border-color: #8D5932;
}
.TagClassName
{
border-color: #8D5932;
}
</style>