Shades of Rusty Nail #8D602E
Tints of Rusty Nail #8D602E
RGB
CMYK
RGB Variations
Color information
#8D602E (or 0x8D602E) is known color: Rusty Nail. HEX triplet: 8D, 60 and 2E. RGB value is (141,96,46). Sum of RGB (Red+Green+Blue) = 141+96+46=283 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.82% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 141 - color contains mainly: red. Hex color #8D602E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D602E is #729FD1. Grayscale: #686868. Windows color (decimal): -7512018 or 3039373. OLE color: 3039373.
HSL color Cylindrical-coordinate representation of color #8D602E: hue angle of 31.58º degrees, saturation: 0.51, 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 #8D602E is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 96 | 46 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.45 |
| HSL | 31.58º | 0.51% | 0.37% | - |
| HSV(B) | 31.58º | 0.67% | 0.55% | - |
| XYZ | 15.66 | 14.23 | 4.51 | - |
| YUV | 103.76 | 95.41 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 96 | 46 | 0 | 0.32 | 0.67 | 0.45 | 31.58 | 0.51 | 0.37 |
| Hex | 8D | 60 | 2E | 0 | 20 | 43 | 2D | 20 | 33 | 25 |
| Octal | 215 | 140 | 56 | 0 | 40 | 103 | 55 | 40 | 63 | 45 |
| Binary | 10001101 | 1100000 | 101110 | 0 | 100000 | 1000011 | 101101 | 100000 | 110011 | 100101 |
Color Harmonies of #8D602E
Complementary color
Monochromatic Colors of #8D602E
Black with #8D602E
Text Example
Text Example
White with #8D602E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D602E; }
p { color: rgb(141,96,46); }
H1.HeaderClassName
{
color: #8D602E;
}
.AnyTagClassName
{
color: #8D602E;
}
</style>
background-color css
<style>
a { background-color: #8D602E; }
a { background-color: rgb(141,96,46); }
div.DivClassName
{
background-color: #8D602E;
}
.BgClassName
{
background-color: #8D602E;
}
</style>
border-color css
<style>
span { border-color: #8D602E; }
span { border-color: rgb(141,96,46); }
td.TdClassName
{
border-color: #8D602E;
}
.TagClassName
{
border-color: #8D602E;
}
</style>