Shades of Rusty Nail #8C5E2C
Tints of Rusty Nail #8C5E2C
RGB
CMYK
RGB Variations
Color information
#8C5E2C (or 0x8C5E2C) is known color: Rusty Nail. HEX triplet: 8C, 5E and 2C. RGB value is (140,94,44). Sum of RGB (Red+Green+Blue) = 140+94+44=278 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.36% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5E2C is #73A1D3. Grayscale: #666666. Windows color (decimal): -7578068 or 2907788. OLE color: 2907788.
HSL color Cylindrical-coordinate representation of color #8C5E2C: hue angle of 31.25º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C5E2C is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 94 | 44 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.45 |
| HSL | 31.25º | 0.52% | 0.36% | - |
| HSV(B) | 31.25º | 0.69% | 0.55% | - |
| XYZ | 15.27 | 13.76 | 4.23 | - |
| YUV | 102.05 | 95.24 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 94 | 44 | 0 | 0.33 | 0.69 | 0.45 | 31.25 | 0.52 | 0.36 |
| Hex | 8C | 5E | 2C | 0 | 21 | 45 | 2D | 1F | 34 | 24 |
| Octal | 214 | 136 | 54 | 0 | 41 | 105 | 55 | 37 | 64 | 44 |
| Binary | 10001100 | 1011110 | 101100 | 0 | 100001 | 1000101 | 101101 | 11111 | 110100 | 100100 |
Color Harmonies of #8C5E2C
Complementary color
Monochromatic Colors of #8C5E2C
Black with #8C5E2C
Text Example
Text Example
White with #8C5E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5E2C; }
p { color: rgb(140,94,44); }
H1.HeaderClassName
{
color: #8C5E2C;
}
.AnyTagClassName
{
color: #8C5E2C;
}
</style>
background-color css
<style>
a { background-color: #8C5E2C; }
a { background-color: rgb(140,94,44); }
div.DivClassName
{
background-color: #8C5E2C;
}
.BgClassName
{
background-color: #8C5E2C;
}
</style>
border-color css
<style>
span { border-color: #8C5E2C; }
span { border-color: rgb(140,94,44); }
td.TdClassName
{
border-color: #8C5E2C;
}
.TagClassName
{
border-color: #8C5E2C;
}
</style>