Shades of Rusty Nail #8E602C
Tints of Rusty Nail #8E602C
RGB
CMYK
RGB Variations
Color information
#8E602C (or 0x8E602C) is known color: Rusty Nail. HEX triplet: 8E, 60 and 2C. RGB value is (142,96,44). Sum of RGB (Red+Green+Blue) = 142+96+44=282 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.35% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 142 - color contains mainly: red. Hex color #8E602C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E602C is #719FD3. Grayscale: #686868. Windows color (decimal): -7446484 or 2908302. OLE color: 2908302.
HSL color Cylindrical-coordinate representation of color #8E602C: hue angle of 31.84º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8E602C is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 96 | 44 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.44 |
| HSL | 31.84º | 0.53% | 0.36% | - |
| HSV(B) | 31.84º | 0.69% | 0.56% | - |
| XYZ | 15.79 | 14.3 | 4.31 | - |
| YUV | 103.83 | 94.24 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 96 | 44 | 0 | 0.32 | 0.69 | 0.44 | 31.84 | 0.53 | 0.36 |
| Hex | 8E | 60 | 2C | 0 | 20 | 45 | 2C | 20 | 35 | 24 |
| Octal | 216 | 140 | 54 | 0 | 40 | 105 | 54 | 40 | 65 | 44 |
| Binary | 10001110 | 1100000 | 101100 | 0 | 100000 | 1000101 | 101100 | 100000 | 110101 | 100100 |
Color Harmonies of #8E602C
Complementary color
Monochromatic Colors of #8E602C
Black with #8E602C
Text Example
Text Example
White with #8E602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E602C; }
p { color: rgb(142,96,44); }
H1.HeaderClassName
{
color: #8E602C;
}
.AnyTagClassName
{
color: #8E602C;
}
</style>
background-color css
<style>
a { background-color: #8E602C; }
a { background-color: rgb(142,96,44); }
div.DivClassName
{
background-color: #8E602C;
}
.BgClassName
{
background-color: #8E602C;
}
</style>
border-color css
<style>
span { border-color: #8E602C; }
span { border-color: rgb(142,96,44); }
td.TdClassName
{
border-color: #8E602C;
}
.TagClassName
{
border-color: #8E602C;
}
</style>