Shades of Rusty Nail #875F2D
Tints of Rusty Nail #875F2D
RGB
CMYK
RGB Variations
Color information
#875F2D (or 0x875F2D) is known color: Rusty Nail. HEX triplet: 87, 5F and 2D. RGB value is (135,95,45). Sum of RGB (Red+Green+Blue) = 135+95+45=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 135 - color contains mainly: red. Hex color #875F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875F2D is #78A0D2. Grayscale: #656565. Windows color (decimal): -7905491 or 2973575. OLE color: 2973575.
HSL color Cylindrical-coordinate representation of color #875F2D: hue angle of 33.33º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #875F2D is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 95 | 45 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.47 |
| HSL | 33.33º | 0.5% | 0.35% | - |
| HSV(B) | 33.33º | 0.67% | 0.53% | - |
| XYZ | 14.56 | 13.52 | 4.33 | - |
| YUV | 101.26 | 96.25 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 95 | 45 | 0 | 0.30 | 0.67 | 0.47 | 33.33 | 0.5 | 0.35 |
| Hex | 87 | 5F | 2D | 0 | 1E | 43 | 2F | 21 | 32 | 23 |
| Octal | 207 | 137 | 55 | 0 | 36 | 103 | 57 | 41 | 62 | 43 |
| Binary | 10000111 | 1011111 | 101101 | 0 | 11110 | 1000011 | 101111 | 100001 | 110010 | 100011 |
Color Harmonies of #875F2D
Complementary color
Monochromatic Colors of #875F2D
Black with #875F2D
Text Example
Text Example
White with #875F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875F2D; }
p { color: rgb(135,95,45); }
H1.HeaderClassName
{
color: #875F2D;
}
.AnyTagClassName
{
color: #875F2D;
}
</style>
background-color css
<style>
a { background-color: #875F2D; }
a { background-color: rgb(135,95,45); }
div.DivClassName
{
background-color: #875F2D;
}
.BgClassName
{
background-color: #875F2D;
}
</style>
border-color css
<style>
span { border-color: #875F2D; }
span { border-color: rgb(135,95,45); }
td.TdClassName
{
border-color: #875F2D;
}
.TagClassName
{
border-color: #875F2D;
}
</style>