Shades of Rusty Nail #875830
Tints of Rusty Nail #875830
RGB
CMYK
RGB Variations
Color information
#875830 (or 0x875830) is known color: Rusty Nail. HEX triplet: 87, 58 and 30. RGB value is (135,88,48). Sum of RGB (Red+Green+Blue) = 135+88+48=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 135 - color contains mainly: red. Hex color #875830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875830 is #78A7CF. Grayscale: #616161. Windows color (decimal): -7907280 or 3168391. OLE color: 3168391.
HSL color Cylindrical-coordinate representation of color #875830: hue angle of 27.59º 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 #875830 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 88 | 48 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.47 |
| HSL | 27.59º | 0.48% | 0.36% | - |
| HSV(B) | 27.59º | 0.64% | 0.53% | - |
| XYZ | 14.01 | 12.34 | 4.44 | - |
| YUV | 97.49 | 100.07 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 88 | 48 | 0 | 0.35 | 0.64 | 0.47 | 27.59 | 0.48 | 0.36 |
| Hex | 87 | 58 | 30 | 0 | 23 | 40 | 2F | 1C | 30 | 24 |
| Octal | 207 | 130 | 60 | 0 | 43 | 100 | 57 | 34 | 60 | 44 |
| Binary | 10000111 | 1011000 | 110000 | 0 | 100011 | 1000000 | 101111 | 11100 | 110000 | 100100 |
Color Harmonies of #875830
Complementary color
Monochromatic Colors of #875830
Black with #875830
Text Example
Text Example
White with #875830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875830; }
p { color: rgb(135,88,48); }
H1.HeaderClassName
{
color: #875830;
}
.AnyTagClassName
{
color: #875830;
}
</style>
background-color css
<style>
a { background-color: #875830; }
a { background-color: rgb(135,88,48); }
div.DivClassName
{
background-color: #875830;
}
.BgClassName
{
background-color: #875830;
}
</style>
border-color css
<style>
span { border-color: #875830; }
span { border-color: rgb(135,88,48); }
td.TdClassName
{
border-color: #875830;
}
.TagClassName
{
border-color: #875830;
}
</style>