Shades of Ironstone #875544
Tints of Ironstone #875544
RGB
CMYK
RGB Variations
Color information
#875544 (or 0x875544) is known color: Ironstone. HEX triplet: 87, 55 and 44. RGB value is (135,85,68). Sum of RGB (Red+Green+Blue) = 135+85+68=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 135 - color contains mainly: red. Hex color #875544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875544 is #78AABB. Grayscale: #626262. Windows color (decimal): -7908028 or 4478343. OLE color: 4478343.
HSL color Cylindrical-coordinate representation of color #875544: hue angle of 15.22º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #875544 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 85 | 68 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.47 |
| HSL | 15.22º | 0.33% | 0.4% | - |
| HSV(B) | 15.22º | 0.5% | 0.53% | - |
| XYZ | 14.28 | 12.07 | 7.04 | - |
| YUV | 98.01 | 111.07 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 85 | 68 | 0 | 0.37 | 0.50 | 0.47 | 15.22 | 0.33 | 0.4 |
| Hex | 87 | 55 | 44 | 0 | 25 | 32 | 2F | F | 21 | 28 |
| Octal | 207 | 125 | 104 | 0 | 45 | 62 | 57 | 17 | 41 | 50 |
| Binary | 10000111 | 1010101 | 1000100 | 0 | 100101 | 110010 | 101111 | 1111 | 100001 | 101000 |
Color Harmonies of #875544
Complementary color
Monochromatic Colors of #875544
Black with #875544
Text Example
Text Example
White with #875544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875544; }
p { color: rgb(135,85,68); }
H1.HeaderClassName
{
color: #875544;
}
.AnyTagClassName
{
color: #875544;
}
</style>
background-color css
<style>
a { background-color: #875544; }
a { background-color: rgb(135,85,68); }
div.DivClassName
{
background-color: #875544;
}
.BgClassName
{
background-color: #875544;
}
</style>
border-color css
<style>
span { border-color: #875544; }
span { border-color: rgb(135,85,68); }
td.TdClassName
{
border-color: #875544;
}
.TagClassName
{
border-color: #875544;
}
</style>