Shades of Rusty Nail #875A30
Tints of Rusty Nail #875A30
RGB
CMYK
RGB Variations
Color information
#875A30 (or 0x875A30) is known color: Rusty Nail. HEX triplet: 87, 5A and 30. RGB value is (135,90,48). Sum of RGB (Red+Green+Blue) = 135+90+48=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #875A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875A30 is #78A5CF. Grayscale: #626262. Windows color (decimal): -7906768 or 3168903. OLE color: 3168903.
HSL color Cylindrical-coordinate representation of color #875A30: hue angle of 28.97º 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 #875A30 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 90 | 48 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.47 |
| HSL | 28.97º | 0.48% | 0.36% | - |
| HSV(B) | 28.97º | 0.64% | 0.53% | - |
| XYZ | 14.18 | 12.68 | 4.5 | - |
| YUV | 98.67 | 99.41 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 90 | 48 | 0 | 0.33 | 0.64 | 0.47 | 28.97 | 0.48 | 0.36 |
| Hex | 87 | 5A | 30 | 0 | 21 | 40 | 2F | 1D | 30 | 24 |
| Octal | 207 | 132 | 60 | 0 | 41 | 100 | 57 | 35 | 60 | 44 |
| Binary | 10000111 | 1011010 | 110000 | 0 | 100001 | 1000000 | 101111 | 11101 | 110000 | 100100 |
Color Harmonies of #875A30
Complementary color
Monochromatic Colors of #875A30
Black with #875A30
Text Example
Text Example
White with #875A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875A30; }
p { color: rgb(135,90,48); }
H1.HeaderClassName
{
color: #875A30;
}
.AnyTagClassName
{
color: #875A30;
}
</style>
background-color css
<style>
a { background-color: #875A30; }
a { background-color: rgb(135,90,48); }
div.DivClassName
{
background-color: #875A30;
}
.BgClassName
{
background-color: #875A30;
}
</style>
border-color css
<style>
span { border-color: #875A30; }
span { border-color: rgb(135,90,48); }
td.TdClassName
{
border-color: #875A30;
}
.TagClassName
{
border-color: #875A30;
}
</style>