Shades of Rusty Nail #8D612F
Tints of Rusty Nail #8D612F
RGB
CMYK
RGB Variations
Color information
#8D612F (or 0x8D612F) is known color: Rusty Nail. HEX triplet: 8D, 61 and 2F. RGB value is (141,97,47). Sum of RGB (Red+Green+Blue) = 141+97+47=285 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.47% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 141 - color contains mainly: red. Hex color #8D612F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D612F is #729ED0. Grayscale: #686868. Windows color (decimal): -7511761 or 3105165. OLE color: 3105165.
HSL color Cylindrical-coordinate representation of color #8D612F: hue angle of 31.91º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D612F is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 97 | 47 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.45 |
| HSL | 31.91º | 0.5% | 0.37% | - |
| HSV(B) | 31.91º | 0.67% | 0.55% | - |
| XYZ | 15.77 | 14.42 | 4.64 | - |
| YUV | 104.46 | 95.58 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 97 | 47 | 0 | 0.31 | 0.67 | 0.45 | 31.91 | 0.5 | 0.37 |
| Hex | 8D | 61 | 2F | 0 | 1F | 43 | 2D | 20 | 32 | 25 |
| Octal | 215 | 141 | 57 | 0 | 37 | 103 | 55 | 40 | 62 | 45 |
| Binary | 10001101 | 1100001 | 101111 | 0 | 11111 | 1000011 | 101101 | 100000 | 110010 | 100101 |
Color Harmonies of #8D612F
Complementary color
Monochromatic Colors of #8D612F
Black with #8D612F
Text Example
Text Example
White with #8D612F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D612F; }
p { color: rgb(141,97,47); }
H1.HeaderClassName
{
color: #8D612F;
}
.AnyTagClassName
{
color: #8D612F;
}
</style>
background-color css
<style>
a { background-color: #8D612F; }
a { background-color: rgb(141,97,47); }
div.DivClassName
{
background-color: #8D612F;
}
.BgClassName
{
background-color: #8D612F;
}
</style>
border-color css
<style>
span { border-color: #8D612F; }
span { border-color: rgb(141,97,47); }
td.TdClassName
{
border-color: #8D612F;
}
.TagClassName
{
border-color: #8D612F;
}
</style>