Shades of Rusty Nail #87652B
Tints of Rusty Nail #87652B
RGB
CMYK
RGB Variations
Color information
#87652B (or 0x87652B) is known color: Rusty Nail. HEX triplet: 87, 65 and 2B. RGB value is (135,101,43). Sum of RGB (Red+Green+Blue) = 135+101+43=279 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.39% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 135 - color contains mainly: red. Hex color #87652B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87652B is #789AD4. Grayscale: #686868. Windows color (decimal): -7903957 or 2844039. OLE color: 2844039.
HSL color Cylindrical-coordinate representation of color #87652B: hue angle of 37.83º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #87652B is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 101 | 43 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.47 |
| HSL | 37.83º | 0.52% | 0.35% | - |
| HSV(B) | 37.83º | 0.68% | 0.53% | - |
| XYZ | 15.08 | 14.63 | 4.32 | - |
| YUV | 104.55 | 93.26 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 101 | 43 | 0 | 0.25 | 0.68 | 0.47 | 37.83 | 0.52 | 0.35 |
| Hex | 87 | 65 | 2B | 0 | 19 | 44 | 2F | 26 | 34 | 23 |
| Octal | 207 | 145 | 53 | 0 | 31 | 104 | 57 | 46 | 64 | 43 |
| Binary | 10000111 | 1100101 | 101011 | 0 | 11001 | 1000100 | 101111 | 100110 | 110100 | 100011 |
Color Harmonies of #87652B
Complementary color
Monochromatic Colors of #87652B
Black with #87652B
Text Example
Text Example
White with #87652B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87652B; }
p { color: rgb(135,101,43); }
H1.HeaderClassName
{
color: #87652B;
}
.AnyTagClassName
{
color: #87652B;
}
</style>
background-color css
<style>
a { background-color: #87652B; }
a { background-color: rgb(135,101,43); }
div.DivClassName
{
background-color: #87652B;
}
.BgClassName
{
background-color: #87652B;
}
</style>
border-color css
<style>
span { border-color: #87652B; }
span { border-color: rgb(135,101,43); }
td.TdClassName
{
border-color: #87652B;
}
.TagClassName
{
border-color: #87652B;
}
</style>