Shades of Rusty Nail #875E30
Tints of Rusty Nail #875E30
RGB
CMYK
RGB Variations
Color information
#875E30 (or 0x875E30) is known color: Rusty Nail. HEX triplet: 87, 5E and 30. RGB value is (135,94,48). Sum of RGB (Red+Green+Blue) = 135+94+48=277 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.74% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 135 - color contains mainly: red. Hex color #875E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875E30 is #78A1CF. Grayscale: #656565. Windows color (decimal): -7905744 or 3169927. OLE color: 3169927.
HSL color Cylindrical-coordinate representation of color #875E30: hue angle of 31.72º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #875E30 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 94 | 48 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.47 |
| HSL | 31.72º | 0.48% | 0.36% | - |
| HSV(B) | 31.72º | 0.64% | 0.53% | - |
| XYZ | 14.53 | 13.37 | 4.61 | - |
| YUV | 101.02 | 98.08 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 94 | 48 | 0 | 0.30 | 0.64 | 0.47 | 31.72 | 0.48 | 0.36 |
| Hex | 87 | 5E | 30 | 0 | 1E | 40 | 2F | 20 | 30 | 24 |
| Octal | 207 | 136 | 60 | 0 | 36 | 100 | 57 | 40 | 60 | 44 |
| Binary | 10000111 | 1011110 | 110000 | 0 | 11110 | 1000000 | 101111 | 100000 | 110000 | 100100 |
Color Harmonies of #875E30
Complementary color
Monochromatic Colors of #875E30
Black with #875E30
Text Example
Text Example
White with #875E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875E30; }
p { color: rgb(135,94,48); }
H1.HeaderClassName
{
color: #875E30;
}
.AnyTagClassName
{
color: #875E30;
}
</style>
background-color css
<style>
a { background-color: #875E30; }
a { background-color: rgb(135,94,48); }
div.DivClassName
{
background-color: #875E30;
}
.BgClassName
{
background-color: #875E30;
}
</style>
border-color css
<style>
span { border-color: #875E30; }
span { border-color: rgb(135,94,48); }
td.TdClassName
{
border-color: #875E30;
}
.TagClassName
{
border-color: #875E30;
}
</style>