Shades of Rusty Nail #8E5E2C
Tints of Rusty Nail #8E5E2C
RGB
CMYK
RGB Variations
Color information
#8E5E2C (or 0x8E5E2C) is known color: Rusty Nail. HEX triplet: 8E, 5E and 2C. RGB value is (142,94,44). Sum of RGB (Red+Green+Blue) = 142+94+44=280 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.71% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5E2C is #71A1D3. Grayscale: #666666. Windows color (decimal): -7446996 or 2907790. OLE color: 2907790.
HSL color Cylindrical-coordinate representation of color #8E5E2C: hue angle of 30.61º 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 #8E5E2C is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 94 | 44 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.44 |
| HSL | 30.61º | 0.53% | 0.36% | - |
| HSV(B) | 30.61º | 0.69% | 0.56% | - |
| XYZ | 15.61 | 13.94 | 4.25 | - |
| YUV | 102.65 | 94.9 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 94 | 44 | 0 | 0.34 | 0.69 | 0.44 | 30.61 | 0.53 | 0.36 |
| Hex | 8E | 5E | 2C | 0 | 22 | 45 | 2C | 1F | 35 | 24 |
| Octal | 216 | 136 | 54 | 0 | 42 | 105 | 54 | 37 | 65 | 44 |
| Binary | 10001110 | 1011110 | 101100 | 0 | 100010 | 1000101 | 101100 | 11111 | 110101 | 100100 |
Color Harmonies of #8E5E2C
Complementary color
Monochromatic Colors of #8E5E2C
Black with #8E5E2C
Text Example
Text Example
White with #8E5E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5E2C; }
p { color: rgb(142,94,44); }
H1.HeaderClassName
{
color: #8E5E2C;
}
.AnyTagClassName
{
color: #8E5E2C;
}
</style>
background-color css
<style>
a { background-color: #8E5E2C; }
a { background-color: rgb(142,94,44); }
div.DivClassName
{
background-color: #8E5E2C;
}
.BgClassName
{
background-color: #8E5E2C;
}
</style>
border-color css
<style>
span { border-color: #8E5E2C; }
span { border-color: rgb(142,94,44); }
td.TdClassName
{
border-color: #8E5E2C;
}
.TagClassName
{
border-color: #8E5E2C;
}
</style>