Shades of Rusty Nail #8D632E
Tints of Rusty Nail #8D632E
RGB
CMYK
RGB Variations
Color information
#8D632E (or 0x8D632E) is known color: Rusty Nail. HEX triplet: 8D, 63 and 2E. RGB value is (141,99,46). Sum of RGB (Red+Green+Blue) = 141+99+46=286 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.30% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 141 - color contains mainly: red. Hex color #8D632E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D632E is #729CD1. Grayscale: #696969. Windows color (decimal): -7511250 or 3040141. OLE color: 3040141.
HSL color Cylindrical-coordinate representation of color #8D632E: hue angle of 33.47º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D632E is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 99 | 46 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.45 |
| HSL | 33.47º | 0.51% | 0.37% | - |
| HSV(B) | 33.47º | 0.67% | 0.55% | - |
| XYZ | 15.94 | 14.78 | 4.6 | - |
| YUV | 105.52 | 94.41 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 99 | 46 | 0 | 0.30 | 0.67 | 0.45 | 33.47 | 0.51 | 0.37 |
| Hex | 8D | 63 | 2E | 0 | 1E | 43 | 2D | 21 | 33 | 25 |
| Octal | 215 | 143 | 56 | 0 | 36 | 103 | 55 | 41 | 63 | 45 |
| Binary | 10001101 | 1100011 | 101110 | 0 | 11110 | 1000011 | 101101 | 100001 | 110011 | 100101 |
Color Harmonies of #8D632E
Complementary color
Monochromatic Colors of #8D632E
Black with #8D632E
Text Example
Text Example
White with #8D632E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D632E; }
p { color: rgb(141,99,46); }
H1.HeaderClassName
{
color: #8D632E;
}
.AnyTagClassName
{
color: #8D632E;
}
</style>
background-color css
<style>
a { background-color: #8D632E; }
a { background-color: rgb(141,99,46); }
div.DivClassName
{
background-color: #8D632E;
}
.BgClassName
{
background-color: #8D632E;
}
</style>
border-color css
<style>
span { border-color: #8D632E; }
span { border-color: rgb(141,99,46); }
td.TdClassName
{
border-color: #8D632E;
}
.TagClassName
{
border-color: #8D632E;
}
</style>