Shades of Rusty Nail #8F5E2C
Tints of Rusty Nail #8F5E2C
RGB
CMYK
RGB Variations
Color information
#8F5E2C (or 0x8F5E2C) is known color: Rusty Nail. HEX triplet: 8F, 5E and 2C. RGB value is (143,94,44). Sum of RGB (Red+Green+Blue) = 143+94+44=281 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.89% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5E2C is #70A1D3. Grayscale: #676767. Windows color (decimal): -7381460 or 2907791. OLE color: 2907791.
HSL color Cylindrical-coordinate representation of color #8F5E2C: hue angle of 30.3º degrees, saturation: 0.53, 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 #8F5E2C is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 94 | 44 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.44 |
| HSL | 30.3º | 0.53% | 0.37% | - |
| HSV(B) | 30.3º | 0.69% | 0.56% | - |
| XYZ | 15.79 | 14.03 | 4.26 | - |
| YUV | 102.95 | 94.73 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 94 | 44 | 0 | 0.34 | 0.69 | 0.44 | 30.3 | 0.53 | 0.37 |
| Hex | 8F | 5E | 2C | 0 | 22 | 45 | 2C | 1E | 35 | 25 |
| Octal | 217 | 136 | 54 | 0 | 42 | 105 | 54 | 36 | 65 | 45 |
| Binary | 10001111 | 1011110 | 101100 | 0 | 100010 | 1000101 | 101100 | 11110 | 110101 | 100101 |
Color Harmonies of #8F5E2C
Complementary color
Monochromatic Colors of #8F5E2C
Black with #8F5E2C
Text Example
Text Example
White with #8F5E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5E2C; }
p { color: rgb(143,94,44); }
H1.HeaderClassName
{
color: #8F5E2C;
}
.AnyTagClassName
{
color: #8F5E2C;
}
</style>
background-color css
<style>
a { background-color: #8F5E2C; }
a { background-color: rgb(143,94,44); }
div.DivClassName
{
background-color: #8F5E2C;
}
.BgClassName
{
background-color: #8F5E2C;
}
</style>
border-color css
<style>
span { border-color: #8F5E2C; }
span { border-color: rgb(143,94,44); }
td.TdClassName
{
border-color: #8F5E2C;
}
.TagClassName
{
border-color: #8F5E2C;
}
</style>