Shades of Rusty Nail #8E5C32
Tints of Rusty Nail #8E5C32
RGB
CMYK
RGB Variations
Color information
#8E5C32 (or 0x8E5C32) is known color: Rusty Nail. HEX triplet: 8E, 5C and 32. RGB value is (142,92,50). Sum of RGB (Red+Green+Blue) = 142+92+50=284 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5C32 is #71A3CD. Grayscale: #666666. Windows color (decimal): -7447502 or 3300494. OLE color: 3300494.
HSL color Cylindrical-coordinate representation of color #8E5C32: hue angle of 27.39º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E5C32 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 92 | 50 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.44 |
| HSL | 27.39º | 0.48% | 0.38% | - |
| HSV(B) | 27.39º | 0.65% | 0.56% | - |
| XYZ | 15.56 | 13.64 | 4.83 | - |
| YUV | 102.16 | 98.57 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 92 | 50 | 0 | 0.35 | 0.65 | 0.44 | 27.39 | 0.48 | 0.38 |
| Hex | 8E | 5C | 32 | 0 | 23 | 41 | 2C | 1B | 30 | 26 |
| Octal | 216 | 134 | 62 | 0 | 43 | 101 | 54 | 33 | 60 | 46 |
| Binary | 10001110 | 1011100 | 110010 | 0 | 100011 | 1000001 | 101100 | 11011 | 110000 | 100110 |
Color Harmonies of #8E5C32
Complementary color
Monochromatic Colors of #8E5C32
Black with #8E5C32
Text Example
Text Example
White with #8E5C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5C32; }
p { color: rgb(142,92,50); }
H1.HeaderClassName
{
color: #8E5C32;
}
.AnyTagClassName
{
color: #8E5C32;
}
</style>
background-color css
<style>
a { background-color: #8E5C32; }
a { background-color: rgb(142,92,50); }
div.DivClassName
{
background-color: #8E5C32;
}
.BgClassName
{
background-color: #8E5C32;
}
</style>
border-color css
<style>
span { border-color: #8E5C32; }
span { border-color: rgb(142,92,50); }
td.TdClassName
{
border-color: #8E5C32;
}
.TagClassName
{
border-color: #8E5C32;
}
</style>