Shades of Rusty Nail #875E2C
Tints of Rusty Nail #875E2C
RGB
CMYK
RGB Variations
Color information
#875E2C (or 0x875E2C) is known color: Rusty Nail. HEX triplet: 87, 5E and 2C. RGB value is (135,94,44). Sum of RGB (Red+Green+Blue) = 135+94+44=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #875E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875E2C is #78A1D3. Grayscale: #646464. Windows color (decimal): -7905748 or 2907783. OLE color: 2907783.
HSL color Cylindrical-coordinate representation of color #875E2C: hue angle of 32.97º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #875E2C is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 94 | 44 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.47 |
| HSL | 32.97º | 0.51% | 0.35% | - |
| HSV(B) | 32.97º | 0.67% | 0.53% | - |
| XYZ | 14.45 | 13.34 | 4.2 | - |
| YUV | 100.56 | 96.08 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 94 | 44 | 0 | 0.30 | 0.67 | 0.47 | 32.97 | 0.51 | 0.35 |
| Hex | 87 | 5E | 2C | 0 | 1E | 43 | 2F | 21 | 33 | 23 |
| Octal | 207 | 136 | 54 | 0 | 36 | 103 | 57 | 41 | 63 | 43 |
| Binary | 10000111 | 1011110 | 101100 | 0 | 11110 | 1000011 | 101111 | 100001 | 110011 | 100011 |
Color Harmonies of #875E2C
Complementary color
Monochromatic Colors of #875E2C
Black with #875E2C
Text Example
Text Example
White with #875E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875E2C; }
p { color: rgb(135,94,44); }
H1.HeaderClassName
{
color: #875E2C;
}
.AnyTagClassName
{
color: #875E2C;
}
</style>
background-color css
<style>
a { background-color: #875E2C; }
a { background-color: rgb(135,94,44); }
div.DivClassName
{
background-color: #875E2C;
}
.BgClassName
{
background-color: #875E2C;
}
</style>
border-color css
<style>
span { border-color: #875E2C; }
span { border-color: rgb(135,94,44); }
td.TdClassName
{
border-color: #875E2C;
}
.TagClassName
{
border-color: #875E2C;
}
</style>