Shades of Rusty Nail #8D5B2C
Tints of Rusty Nail #8D5B2C
RGB
CMYK
RGB Variations
Color information
#8D5B2C (or 0x8D5B2C) is known color: Rusty Nail. HEX triplet: 8D, 5B and 2C. RGB value is (141,91,44). Sum of RGB (Red+Green+Blue) = 141+91+44=276 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.09% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5B2C is #72A4D3. Grayscale: #646464. Windows color (decimal): -7513300 or 2907021. OLE color: 2907021.
HSL color Cylindrical-coordinate representation of color #8D5B2C: hue angle of 29.07º 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 #8D5B2C is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 91 | 44 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.45 |
| HSL | 29.07º | 0.52% | 0.36% | - |
| HSV(B) | 29.07º | 0.69% | 0.55% | - |
| XYZ | 15.18 | 13.33 | 4.16 | - |
| YUV | 100.59 | 96.07 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 91 | 44 | 0 | 0.35 | 0.69 | 0.45 | 29.07 | 0.52 | 0.36 |
| Hex | 8D | 5B | 2C | 0 | 23 | 45 | 2D | 1D | 34 | 24 |
| Octal | 215 | 133 | 54 | 0 | 43 | 105 | 55 | 35 | 64 | 44 |
| Binary | 10001101 | 1011011 | 101100 | 0 | 100011 | 1000101 | 101101 | 11101 | 110100 | 100100 |
Color Harmonies of #8D5B2C
Complementary color
Monochromatic Colors of #8D5B2C
Black with #8D5B2C
Text Example
Text Example
White with #8D5B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5B2C; }
p { color: rgb(141,91,44); }
H1.HeaderClassName
{
color: #8D5B2C;
}
.AnyTagClassName
{
color: #8D5B2C;
}
</style>
background-color css
<style>
a { background-color: #8D5B2C; }
a { background-color: rgb(141,91,44); }
div.DivClassName
{
background-color: #8D5B2C;
}
.BgClassName
{
background-color: #8D5B2C;
}
</style>
border-color css
<style>
span { border-color: #8D5B2C; }
span { border-color: rgb(141,91,44); }
td.TdClassName
{
border-color: #8D5B2C;
}
.TagClassName
{
border-color: #8D5B2C;
}
</style>