Shades of Ironstone #87523F
Tints of Ironstone #87523F
RGB
CMYK
RGB Variations
Color information
#87523F (or 0x87523F) is known color: Ironstone. HEX triplet: 87, 52 and 3F. RGB value is (135,82,63). Sum of RGB (Red+Green+Blue) = 135+82+63=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #87523F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87523F is #78ADC0. Grayscale: #5F5F5F. Windows color (decimal): -7908801 or 4149895. OLE color: 4149895.
HSL color Cylindrical-coordinate representation of color #87523F: hue angle of 15.83º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #87523F is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 82 | 63 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.47 |
| HSL | 15.83º | 0.36% | 0.39% | - |
| HSV(B) | 15.83º | 0.53% | 0.53% | - |
| XYZ | 13.91 | 11.54 | 6.2 | - |
| YUV | 95.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 82 | 63 | 0 | 0.39 | 0.53 | 0.47 | 15.83 | 0.36 | 0.39 |
| Hex | 87 | 52 | 3F | 0 | 27 | 35 | 2F | 10 | 24 | 27 |
| Octal | 207 | 122 | 77 | 0 | 47 | 65 | 57 | 20 | 44 | 47 |
| Binary | 10000111 | 1010010 | 111111 | 0 | 100111 | 110101 | 101111 | 10000 | 100100 | 100111 |
Color Harmonies of #87523F
Complementary color
Monochromatic Colors of #87523F
Black with #87523F
Text Example
Text Example
White with #87523F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87523F; }
p { color: rgb(135,82,63); }
H1.HeaderClassName
{
color: #87523F;
}
.AnyTagClassName
{
color: #87523F;
}
</style>
background-color css
<style>
a { background-color: #87523F; }
a { background-color: rgb(135,82,63); }
div.DivClassName
{
background-color: #87523F;
}
.BgClassName
{
background-color: #87523F;
}
</style>
border-color css
<style>
span { border-color: #87523F; }
span { border-color: rgb(135,82,63); }
td.TdClassName
{
border-color: #87523F;
}
.TagClassName
{
border-color: #87523F;
}
</style>