Shades of Rusty Nail #875D2F
Tints of Rusty Nail #875D2F
RGB
CMYK
RGB Variations
Color information
#875D2F (or 0x875D2F) is known color: Rusty Nail. HEX triplet: 87, 5D and 2F. RGB value is (135,93,47). Sum of RGB (Red+Green+Blue) = 135+93+47=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 135 - color contains mainly: red. Hex color #875D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875D2F is #78A2D0. Grayscale: #646464. Windows color (decimal): -7906001 or 3104135. OLE color: 3104135.
HSL color Cylindrical-coordinate representation of color #875D2F: hue angle of 31.36º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #875D2F is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 93 | 47 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.47 |
| HSL | 31.36º | 0.48% | 0.36% | - |
| HSV(B) | 31.36º | 0.65% | 0.53% | - |
| XYZ | 14.42 | 13.18 | 4.47 | - |
| YUV | 100.31 | 97.91 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 93 | 47 | 0 | 0.31 | 0.65 | 0.47 | 31.36 | 0.48 | 0.36 |
| Hex | 87 | 5D | 2F | 0 | 1F | 41 | 2F | 1F | 30 | 24 |
| Octal | 207 | 135 | 57 | 0 | 37 | 101 | 57 | 37 | 60 | 44 |
| Binary | 10000111 | 1011101 | 101111 | 0 | 11111 | 1000001 | 101111 | 11111 | 110000 | 100100 |
Color Harmonies of #875D2F
Complementary color
Monochromatic Colors of #875D2F
Black with #875D2F
Text Example
Text Example
White with #875D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875D2F; }
p { color: rgb(135,93,47); }
H1.HeaderClassName
{
color: #875D2F;
}
.AnyTagClassName
{
color: #875D2F;
}
</style>
background-color css
<style>
a { background-color: #875D2F; }
a { background-color: rgb(135,93,47); }
div.DivClassName
{
background-color: #875D2F;
}
.BgClassName
{
background-color: #875D2F;
}
</style>
border-color css
<style>
span { border-color: #875D2F; }
span { border-color: rgb(135,93,47); }
td.TdClassName
{
border-color: #875D2F;
}
.TagClassName
{
border-color: #875D2F;
}
</style>