Shades of Ironstone #875644
Tints of Ironstone #875644
RGB
CMYK
RGB Variations
Color information
#875644 (or 0x875644) is known color: Ironstone. HEX triplet: 87, 56 and 44. RGB value is (135,86,68). Sum of RGB (Red+Green+Blue) = 135+86+68=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 135 - color contains mainly: red. Hex color #875644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875644 is #78A9BB. Grayscale: #626262. Windows color (decimal): -7907772 or 4478599. OLE color: 4478599.
HSL color Cylindrical-coordinate representation of color #875644: hue angle of 16.12º 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 #875644 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 86 | 68 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.47 |
| HSL | 16.12º | 0.33% | 0.4% | - |
| HSV(B) | 16.12º | 0.5% | 0.53% | - |
| XYZ | 14.36 | 12.22 | 7.07 | - |
| YUV | 98.6 | 110.73 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 86 | 68 | 0 | 0.36 | 0.50 | 0.47 | 16.12 | 0.33 | 0.4 |
| Hex | 87 | 56 | 44 | 0 | 24 | 32 | 2F | 10 | 21 | 28 |
| Octal | 207 | 126 | 104 | 0 | 44 | 62 | 57 | 20 | 41 | 50 |
| Binary | 10000111 | 1010110 | 1000100 | 0 | 100100 | 110010 | 101111 | 10000 | 100001 | 101000 |
Color Harmonies of #875644
Complementary color
Monochromatic Colors of #875644
Black with #875644
Text Example
Text Example
White with #875644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875644; }
p { color: rgb(135,86,68); }
H1.HeaderClassName
{
color: #875644;
}
.AnyTagClassName
{
color: #875644;
}
</style>
background-color css
<style>
a { background-color: #875644; }
a { background-color: rgb(135,86,68); }
div.DivClassName
{
background-color: #875644;
}
.BgClassName
{
background-color: #875644;
}
</style>
border-color css
<style>
span { border-color: #875644; }
span { border-color: rgb(135,86,68); }
td.TdClassName
{
border-color: #875644;
}
.TagClassName
{
border-color: #875644;
}
</style>