Shades of Rusty Nail #8C5D2F
Tints of Rusty Nail #8C5D2F
RGB
CMYK
RGB Variations
Color information
#8C5D2F (or 0x8C5D2F) is known color: Rusty Nail. HEX triplet: 8C, 5D and 2F. RGB value is (140,93,47). Sum of RGB (Red+Green+Blue) = 140+93+47=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5D2F is #73A2D0. Grayscale: #666666. Windows color (decimal): -7578321 or 3104140. OLE color: 3104140.
HSL color Cylindrical-coordinate representation of color #8C5D2F: hue angle of 29.68º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C5D2F is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 93 | 47 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.45 |
| HSL | 29.68º | 0.5% | 0.37% | - |
| HSV(B) | 29.68º | 0.66% | 0.55% | - |
| XYZ | 15.24 | 13.61 | 4.51 | - |
| YUV | 101.81 | 97.07 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 93 | 47 | 0 | 0.34 | 0.66 | 0.45 | 29.68 | 0.5 | 0.37 |
| Hex | 8C | 5D | 2F | 0 | 22 | 42 | 2D | 1E | 32 | 25 |
| Octal | 214 | 135 | 57 | 0 | 42 | 102 | 55 | 36 | 62 | 45 |
| Binary | 10001100 | 1011101 | 101111 | 0 | 100010 | 1000010 | 101101 | 11110 | 110010 | 100101 |
Color Harmonies of #8C5D2F
Complementary color
Monochromatic Colors of #8C5D2F
Black with #8C5D2F
Text Example
Text Example
White with #8C5D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5D2F; }
p { color: rgb(140,93,47); }
H1.HeaderClassName
{
color: #8C5D2F;
}
.AnyTagClassName
{
color: #8C5D2F;
}
</style>
background-color css
<style>
a { background-color: #8C5D2F; }
a { background-color: rgb(140,93,47); }
div.DivClassName
{
background-color: #8C5D2F;
}
.BgClassName
{
background-color: #8C5D2F;
}
</style>
border-color css
<style>
span { border-color: #8C5D2F; }
span { border-color: rgb(140,93,47); }
td.TdClassName
{
border-color: #8C5D2F;
}
.TagClassName
{
border-color: #8C5D2F;
}
</style>