Shades of Rusty Nail #8D562B
Tints of Rusty Nail #8D562B
RGB
CMYK
RGB Variations
Color information
#8D562B (or 0x8D562B) is known color: Rusty Nail. HEX triplet: 8D, 56 and 2B. RGB value is (141,86,43). Sum of RGB (Red+Green+Blue) = 141+86+43=270 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.22% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 141 - color contains mainly: red. Hex color #8D562B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D562B is #72A9D4. Grayscale: #616161. Windows color (decimal): -7514581 or 2840205. OLE color: 2840205.
HSL color Cylindrical-coordinate representation of color #8D562B: hue angle of 26.33º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8D562B is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 86 | 43 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.45 |
| HSL | 26.33º | 0.53% | 0.36% | - |
| HSV(B) | 26.33º | 0.7% | 0.55% | - |
| XYZ | 14.75 | 12.49 | 3.92 | - |
| YUV | 97.54 | 97.22 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 86 | 43 | 0 | 0.39 | 0.70 | 0.45 | 26.33 | 0.53 | 0.36 |
| Hex | 8D | 56 | 2B | 0 | 27 | 46 | 2D | 1A | 35 | 24 |
| Octal | 215 | 126 | 53 | 0 | 47 | 106 | 55 | 32 | 65 | 44 |
| Binary | 10001101 | 1010110 | 101011 | 0 | 100111 | 1000110 | 101101 | 11010 | 110101 | 100100 |
Color Harmonies of #8D562B
Complementary color
Monochromatic Colors of #8D562B
Black with #8D562B
Text Example
Text Example
White with #8D562B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D562B; }
p { color: rgb(141,86,43); }
H1.HeaderClassName
{
color: #8D562B;
}
.AnyTagClassName
{
color: #8D562B;
}
</style>
background-color css
<style>
a { background-color: #8D562B; }
a { background-color: rgb(141,86,43); }
div.DivClassName
{
background-color: #8D562B;
}
.BgClassName
{
background-color: #8D562B;
}
</style>
border-color css
<style>
span { border-color: #8D562B; }
span { border-color: rgb(141,86,43); }
td.TdClassName
{
border-color: #8D562B;
}
.TagClassName
{
border-color: #8D562B;
}
</style>