Shades of Rusty Nail #875E32
Tints of Rusty Nail #875E32
RGB
CMYK
RGB Variations
Color information
#875E32 (or 0x875E32) is known color: Rusty Nail. HEX triplet: 87, 5E and 32. RGB value is (135,94,50). Sum of RGB (Red+Green+Blue) = 135+94+50=279 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.39% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 135 - color contains mainly: red. Hex color #875E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875E32 is #78A1CD. Grayscale: #656565. Windows color (decimal): -7905742 or 3300999. OLE color: 3300999.
HSL color Cylindrical-coordinate representation of color #875E32: hue angle of 31.06º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #875E32 is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 94 | 50 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.47 |
| HSL | 31.06º | 0.46% | 0.36% | - |
| HSV(B) | 31.06º | 0.63% | 0.53% | - |
| XYZ | 14.57 | 13.39 | 4.83 | - |
| YUV | 101.24 | 99.08 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 94 | 50 | 0 | 0.30 | 0.63 | 0.47 | 31.06 | 0.46 | 0.36 |
| Hex | 87 | 5E | 32 | 0 | 1E | 3F | 2F | 1F | 2E | 24 |
| Octal | 207 | 136 | 62 | 0 | 36 | 77 | 57 | 37 | 56 | 44 |
| Binary | 10000111 | 1011110 | 110010 | 0 | 11110 | 111111 | 101111 | 11111 | 101110 | 100100 |
Color Harmonies of #875E32
Complementary color
Monochromatic Colors of #875E32
Black with #875E32
Text Example
Text Example
White with #875E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875E32; }
p { color: rgb(135,94,50); }
H1.HeaderClassName
{
color: #875E32;
}
.AnyTagClassName
{
color: #875E32;
}
</style>
background-color css
<style>
a { background-color: #875E32; }
a { background-color: rgb(135,94,50); }
div.DivClassName
{
background-color: #875E32;
}
.BgClassName
{
background-color: #875E32;
}
</style>
border-color css
<style>
span { border-color: #875E32; }
span { border-color: rgb(135,94,50); }
td.TdClassName
{
border-color: #875E32;
}
.TagClassName
{
border-color: #875E32;
}
</style>