Shades of Rusty Nail #8D602F
Tints of Rusty Nail #8D602F
RGB
CMYK
RGB Variations
Color information
#8D602F (or 0x8D602F) is known color: Rusty Nail. HEX triplet: 8D, 60 and 2F. RGB value is (141,96,47). Sum of RGB (Red+Green+Blue) = 141+96+47=284 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.65% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 141 - color contains mainly: red. Hex color #8D602F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D602F is #729FD0. Grayscale: #686868. Windows color (decimal): -7512017 or 3104909. OLE color: 3104909.
HSL color Cylindrical-coordinate representation of color #8D602F: hue angle of 31.28º 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 #8D602F is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 96 | 47 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.45 |
| HSL | 31.28º | 0.5% | 0.37% | - |
| HSV(B) | 31.28º | 0.67% | 0.55% | - |
| XYZ | 15.68 | 14.23 | 4.61 | - |
| YUV | 103.87 | 95.91 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 96 | 47 | 0 | 0.32 | 0.67 | 0.45 | 31.28 | 0.5 | 0.37 |
| Hex | 8D | 60 | 2F | 0 | 20 | 43 | 2D | 1F | 32 | 25 |
| Octal | 215 | 140 | 57 | 0 | 40 | 103 | 55 | 37 | 62 | 45 |
| Binary | 10001101 | 1100000 | 101111 | 0 | 100000 | 1000011 | 101101 | 11111 | 110010 | 100101 |
Color Harmonies of #8D602F
Complementary color
Monochromatic Colors of #8D602F
Black with #8D602F
Text Example
Text Example
White with #8D602F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D602F; }
p { color: rgb(141,96,47); }
H1.HeaderClassName
{
color: #8D602F;
}
.AnyTagClassName
{
color: #8D602F;
}
</style>
background-color css
<style>
a { background-color: #8D602F; }
a { background-color: rgb(141,96,47); }
div.DivClassName
{
background-color: #8D602F;
}
.BgClassName
{
background-color: #8D602F;
}
</style>
border-color css
<style>
span { border-color: #8D602F; }
span { border-color: rgb(141,96,47); }
td.TdClassName
{
border-color: #8D602F;
}
.TagClassName
{
border-color: #8D602F;
}
</style>