Shades of Rusty Nail #8F5E32
Tints of Rusty Nail #8F5E32
RGB
CMYK
RGB Variations
Color information
#8F5E32 (or 0x8F5E32) is known color: Rusty Nail. HEX triplet: 8F, 5E and 32. RGB value is (143,94,50). Sum of RGB (Red+Green+Blue) = 143+94+50=287 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.83% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5E32 is #70A1CD. Grayscale: #676767. Windows color (decimal): -7381454 or 3301007. OLE color: 3301007.
HSL color Cylindrical-coordinate representation of color #8F5E32: hue angle of 28.39º 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 #8F5E32 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 94 | 50 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.44 |
| HSL | 28.39º | 0.48% | 0.38% | - |
| HSV(B) | 28.39º | 0.65% | 0.56% | - |
| XYZ | 15.91 | 14.08 | 4.9 | - |
| YUV | 103.64 | 97.73 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 94 | 50 | 0 | 0.34 | 0.65 | 0.44 | 28.39 | 0.48 | 0.38 |
| Hex | 8F | 5E | 32 | 0 | 22 | 41 | 2C | 1C | 30 | 26 |
| Octal | 217 | 136 | 62 | 0 | 42 | 101 | 54 | 34 | 60 | 46 |
| Binary | 10001111 | 1011110 | 110010 | 0 | 100010 | 1000001 | 101100 | 11100 | 110000 | 100110 |
Color Harmonies of #8F5E32
Complementary color
Monochromatic Colors of #8F5E32
Black with #8F5E32
Text Example
Text Example
White with #8F5E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5E32; }
p { color: rgb(143,94,50); }
H1.HeaderClassName
{
color: #8F5E32;
}
.AnyTagClassName
{
color: #8F5E32;
}
</style>
background-color css
<style>
a { background-color: #8F5E32; }
a { background-color: rgb(143,94,50); }
div.DivClassName
{
background-color: #8F5E32;
}
.BgClassName
{
background-color: #8F5E32;
}
</style>
border-color css
<style>
span { border-color: #8F5E32; }
span { border-color: rgb(143,94,50); }
td.TdClassName
{
border-color: #8F5E32;
}
.TagClassName
{
border-color: #8F5E32;
}
</style>