Shades of Rusty Nail #8F5B2D
Tints of Rusty Nail #8F5B2D
RGB
CMYK
RGB Variations
Color information
#8F5B2D (or 0x8F5B2D) is known color: Rusty Nail. HEX triplet: 8F, 5B and 2D. RGB value is (143,91,45). Sum of RGB (Red+Green+Blue) = 143+91+45=279 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.25% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5B2D is #70A4D2. Grayscale: #656565. Windows color (decimal): -7382227 or 2972559. OLE color: 2972559.
HSL color Cylindrical-coordinate representation of color #8F5B2D: hue angle of 28.16º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F5B2D is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 91 | 45 | - |
| CMYK | 0 | 0.36 | 0.69 | 0.44 |
| HSL | 28.16º | 0.52% | 0.37% | - |
| HSV(B) | 28.16º | 0.69% | 0.56% | - |
| XYZ | 15.54 | 13.51 | 4.27 | - |
| YUV | 101.3 | 96.23 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 91 | 45 | 0 | 0.36 | 0.69 | 0.44 | 28.16 | 0.52 | 0.37 |
| Hex | 8F | 5B | 2D | 0 | 24 | 45 | 2C | 1C | 34 | 25 |
| Octal | 217 | 133 | 55 | 0 | 44 | 105 | 54 | 34 | 64 | 45 |
| Binary | 10001111 | 1011011 | 101101 | 0 | 100100 | 1000101 | 101100 | 11100 | 110100 | 100101 |
Color Harmonies of #8F5B2D
Complementary color
Monochromatic Colors of #8F5B2D
Black with #8F5B2D
Text Example
Text Example
White with #8F5B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5B2D; }
p { color: rgb(143,91,45); }
H1.HeaderClassName
{
color: #8F5B2D;
}
.AnyTagClassName
{
color: #8F5B2D;
}
</style>
background-color css
<style>
a { background-color: #8F5B2D; }
a { background-color: rgb(143,91,45); }
div.DivClassName
{
background-color: #8F5B2D;
}
.BgClassName
{
background-color: #8F5B2D;
}
</style>
border-color css
<style>
span { border-color: #8F5B2D; }
span { border-color: rgb(143,91,45); }
td.TdClassName
{
border-color: #8F5B2D;
}
.TagClassName
{
border-color: #8F5B2D;
}
</style>