Shades of Rusty Nail #875B2F
Tints of Rusty Nail #875B2F
RGB
CMYK
RGB Variations
Color information
#875B2F (or 0x875B2F) is known color: Rusty Nail. HEX triplet: 87, 5B and 2F. RGB value is (135,91,47). Sum of RGB (Red+Green+Blue) = 135+91+47=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #875B2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875B2F is #78A4D0. Grayscale: #636363. Windows color (decimal): -7906513 or 3103623. OLE color: 3103623.
HSL color Cylindrical-coordinate representation of color #875B2F: hue angle of 30º 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 #875B2F is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 91 | 47 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.47 |
| HSL | 30º | 0.48% | 0.36% | - |
| HSV(B) | 30º | 0.65% | 0.53% | - |
| XYZ | 14.25 | 12.84 | 4.42 | - |
| YUV | 99.14 | 98.58 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 91 | 47 | 0 | 0.33 | 0.65 | 0.47 | 30 | 0.48 | 0.36 |
| Hex | 87 | 5B | 2F | 0 | 21 | 41 | 2F | 1E | 30 | 24 |
| Octal | 207 | 133 | 57 | 0 | 41 | 101 | 57 | 36 | 60 | 44 |
| Binary | 10000111 | 1011011 | 101111 | 0 | 100001 | 1000001 | 101111 | 11110 | 110000 | 100100 |
Color Harmonies of #875B2F
Complementary color
Monochromatic Colors of #875B2F
Black with #875B2F
Text Example
Text Example
White with #875B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875B2F; }
p { color: rgb(135,91,47); }
H1.HeaderClassName
{
color: #875B2F;
}
.AnyTagClassName
{
color: #875B2F;
}
</style>
background-color css
<style>
a { background-color: #875B2F; }
a { background-color: rgb(135,91,47); }
div.DivClassName
{
background-color: #875B2F;
}
.BgClassName
{
background-color: #875B2F;
}
</style>
border-color css
<style>
span { border-color: #875B2F; }
span { border-color: rgb(135,91,47); }
td.TdClassName
{
border-color: #875B2F;
}
.TagClassName
{
border-color: #875B2F;
}
</style>