Shades of Rusty Nail #8F5D31
Tints of Rusty Nail #8F5D31
RGB
CMYK
RGB Variations
Color information
#8F5D31 (or 0x8F5D31) is known color: Rusty Nail. HEX triplet: 8F, 5D and 31. RGB value is (143,93,49). Sum of RGB (Red+Green+Blue) = 143+93+49=285 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.18% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5D31 is #70A2CE. Grayscale: #676767. Windows color (decimal): -7381711 or 3235215. OLE color: 3235215.
HSL color Cylindrical-coordinate representation of color #8F5D31: hue angle of 28.09º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F5D31 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 93 | 49 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.44 |
| HSL | 28.09º | 0.49% | 0.38% | - |
| HSV(B) | 28.09º | 0.66% | 0.56% | - |
| XYZ | 15.8 | 13.89 | 4.75 | - |
| YUV | 102.93 | 97.57 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 93 | 49 | 0 | 0.35 | 0.66 | 0.44 | 28.09 | 0.49 | 0.38 |
| Hex | 8F | 5D | 31 | 0 | 23 | 42 | 2C | 1C | 31 | 26 |
| Octal | 217 | 135 | 61 | 0 | 43 | 102 | 54 | 34 | 61 | 46 |
| Binary | 10001111 | 1011101 | 110001 | 0 | 100011 | 1000010 | 101100 | 11100 | 110001 | 100110 |
Color Harmonies of #8F5D31
Complementary color
Monochromatic Colors of #8F5D31
Black with #8F5D31
Text Example
Text Example
White with #8F5D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5D31; }
p { color: rgb(143,93,49); }
H1.HeaderClassName
{
color: #8F5D31;
}
.AnyTagClassName
{
color: #8F5D31;
}
</style>
background-color css
<style>
a { background-color: #8F5D31; }
a { background-color: rgb(143,93,49); }
div.DivClassName
{
background-color: #8F5D31;
}
.BgClassName
{
background-color: #8F5D31;
}
</style>
border-color css
<style>
span { border-color: #8F5D31; }
span { border-color: rgb(143,93,49); }
td.TdClassName
{
border-color: #8F5D31;
}
.TagClassName
{
border-color: #8F5D31;
}
</style>