Shades of Rusty Nail #8E5D32
Tints of Rusty Nail #8E5D32
RGB
CMYK
RGB Variations
Color information
#8E5D32 (or 0x8E5D32) is known color: Rusty Nail. HEX triplet: 8E, 5D and 32. RGB value is (142,93,50). Sum of RGB (Red+Green+Blue) = 142+93+50=285 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.82% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5D32 is #71A2CD. Grayscale: #666666. Windows color (decimal): -7447246 or 3300750. OLE color: 3300750.
HSL color Cylindrical-coordinate representation of color #8E5D32: hue angle of 28.04º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E5D32 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 93 | 50 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.44 |
| HSL | 28.04º | 0.48% | 0.38% | - |
| HSV(B) | 28.04º | 0.65% | 0.56% | - |
| XYZ | 15.65 | 13.81 | 4.86 | - |
| YUV | 102.75 | 98.23 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 93 | 50 | 0 | 0.35 | 0.65 | 0.44 | 28.04 | 0.48 | 0.38 |
| Hex | 8E | 5D | 32 | 0 | 23 | 41 | 2C | 1C | 30 | 26 |
| Octal | 216 | 135 | 62 | 0 | 43 | 101 | 54 | 34 | 60 | 46 |
| Binary | 10001110 | 1011101 | 110010 | 0 | 100011 | 1000001 | 101100 | 11100 | 110000 | 100110 |
Color Harmonies of #8E5D32
Complementary color
Monochromatic Colors of #8E5D32
Black with #8E5D32
Text Example
Text Example
White with #8E5D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5D32; }
p { color: rgb(142,93,50); }
H1.HeaderClassName
{
color: #8E5D32;
}
.AnyTagClassName
{
color: #8E5D32;
}
</style>
background-color css
<style>
a { background-color: #8E5D32; }
a { background-color: rgb(142,93,50); }
div.DivClassName
{
background-color: #8E5D32;
}
.BgClassName
{
background-color: #8E5D32;
}
</style>
border-color css
<style>
span { border-color: #8E5D32; }
span { border-color: rgb(142,93,50); }
td.TdClassName
{
border-color: #8E5D32;
}
.TagClassName
{
border-color: #8E5D32;
}
</style>