Shades of Rusty Nail #8C5931
Tints of Rusty Nail #8C5931
RGB
CMYK
RGB Variations
Color information
#8C5931 (or 0x8C5931) is known color: Rusty Nail. HEX triplet: 8C, 59 and 31. RGB value is (140,89,49). Sum of RGB (Red+Green+Blue) = 140+89+49=278 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.36% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5931 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5931 is #73A6CE. Grayscale: #636363. Windows color (decimal): -7579343 or 3234188. OLE color: 3234188.
HSL color Cylindrical-coordinate representation of color #8C5931: hue angle of 26.37º 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 #8C5931 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 89 | 49 | - |
| CMYK | 0 | 0.36 | 0.65 | 0.45 |
| HSL | 26.37º | 0.48% | 0.37% | - |
| HSV(B) | 26.37º | 0.65% | 0.55% | - |
| XYZ | 14.94 | 12.94 | 4.62 | - |
| YUV | 99.69 | 99.4 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 89 | 49 | 0 | 0.36 | 0.65 | 0.45 | 26.37 | 0.48 | 0.37 |
| Hex | 8C | 59 | 31 | 0 | 24 | 41 | 2D | 1A | 30 | 25 |
| Octal | 214 | 131 | 61 | 0 | 44 | 101 | 55 | 32 | 60 | 45 |
| Binary | 10001100 | 1011001 | 110001 | 0 | 100100 | 1000001 | 101101 | 11010 | 110000 | 100101 |
Color Harmonies of #8C5931
Complementary color
Monochromatic Colors of #8C5931
Black with #8C5931
Text Example
Text Example
White with #8C5931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5931; }
p { color: rgb(140,89,49); }
H1.HeaderClassName
{
color: #8C5931;
}
.AnyTagClassName
{
color: #8C5931;
}
</style>
background-color css
<style>
a { background-color: #8C5931; }
a { background-color: rgb(140,89,49); }
div.DivClassName
{
background-color: #8C5931;
}
.BgClassName
{
background-color: #8C5931;
}
</style>
border-color css
<style>
span { border-color: #8C5931; }
span { border-color: rgb(140,89,49); }
td.TdClassName
{
border-color: #8C5931;
}
.TagClassName
{
border-color: #8C5931;
}
</style>