Shades of Rusty Nail #8F5B31
Tints of Rusty Nail #8F5B31
RGB
CMYK
RGB Variations
Color information
#8F5B31 (or 0x8F5B31) is known color: Rusty Nail. HEX triplet: 8F, 5B and 31. RGB value is (143,91,49). Sum of RGB (Red+Green+Blue) = 143+91+49=283 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.53% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5B31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5B31 is #70A4CE. Grayscale: #656565. Windows color (decimal): -7382223 or 3234703. OLE color: 3234703.
HSL color Cylindrical-coordinate representation of color #8F5B31: hue angle of 26.81º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F5B31 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 91 | 49 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.44 |
| HSL | 26.81º | 0.49% | 0.38% | - |
| HSV(B) | 26.81º | 0.66% | 0.56% | - |
| XYZ | 15.62 | 13.54 | 4.7 | - |
| YUV | 101.76 | 98.23 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 91 | 49 | 0 | 0.36 | 0.66 | 0.44 | 26.81 | 0.49 | 0.38 |
| Hex | 8F | 5B | 31 | 0 | 24 | 42 | 2C | 1B | 31 | 26 |
| Octal | 217 | 133 | 61 | 0 | 44 | 102 | 54 | 33 | 61 | 46 |
| Binary | 10001111 | 1011011 | 110001 | 0 | 100100 | 1000010 | 101100 | 11011 | 110001 | 100110 |
Color Harmonies of #8F5B31
Complementary color
Monochromatic Colors of #8F5B31
Black with #8F5B31
Text Example
Text Example
White with #8F5B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5B31; }
p { color: rgb(143,91,49); }
H1.HeaderClassName
{
color: #8F5B31;
}
.AnyTagClassName
{
color: #8F5B31;
}
</style>
background-color css
<style>
a { background-color: #8F5B31; }
a { background-color: rgb(143,91,49); }
div.DivClassName
{
background-color: #8F5B31;
}
.BgClassName
{
background-color: #8F5B31;
}
</style>
border-color css
<style>
span { border-color: #8F5B31; }
span { border-color: rgb(143,91,49); }
td.TdClassName
{
border-color: #8F5B31;
}
.TagClassName
{
border-color: #8F5B31;
}
</style>