Shades of Rusty Nail #8E5B32
Tints of Rusty Nail #8E5B32
RGB
CMYK
RGB Variations
Color information
#8E5B32 (or 0x8E5B32) is known color: Rusty Nail. HEX triplet: 8E, 5B and 32. RGB value is (142,91,50). Sum of RGB (Red+Green+Blue) = 142+91+50=283 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.18% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5B32 is #71A4CD. Grayscale: #656565. Windows color (decimal): -7447758 or 3300238. OLE color: 3300238.
HSL color Cylindrical-coordinate representation of color #8E5B32: hue angle of 26.74º 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 #8E5B32 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 91 | 50 | - |
| CMYK | 0 | 0.36 | 0.65 | 0.44 |
| HSL | 26.74º | 0.48% | 0.38% | - |
| HSV(B) | 26.74º | 0.65% | 0.56% | - |
| XYZ | 15.47 | 13.46 | 4.8 | - |
| YUV | 101.58 | 98.9 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 91 | 50 | 0 | 0.36 | 0.65 | 0.44 | 26.74 | 0.48 | 0.38 |
| Hex | 8E | 5B | 32 | 0 | 24 | 41 | 2C | 1B | 30 | 26 |
| Octal | 216 | 133 | 62 | 0 | 44 | 101 | 54 | 33 | 60 | 46 |
| Binary | 10001110 | 1011011 | 110010 | 0 | 100100 | 1000001 | 101100 | 11011 | 110000 | 100110 |
Color Harmonies of #8E5B32
Complementary color
Monochromatic Colors of #8E5B32
Black with #8E5B32
Text Example
Text Example
White with #8E5B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5B32; }
p { color: rgb(142,91,50); }
H1.HeaderClassName
{
color: #8E5B32;
}
.AnyTagClassName
{
color: #8E5B32;
}
</style>
background-color css
<style>
a { background-color: #8E5B32; }
a { background-color: rgb(142,91,50); }
div.DivClassName
{
background-color: #8E5B32;
}
.BgClassName
{
background-color: #8E5B32;
}
</style>
border-color css
<style>
span { border-color: #8E5B32; }
span { border-color: rgb(142,91,50); }
td.TdClassName
{
border-color: #8E5B32;
}
.TagClassName
{
border-color: #8E5B32;
}
</style>