Shades of Ironstone #875643
Tints of Ironstone #875643
RGB
CMYK
RGB Variations
Color information
#875643 (or 0x875643) is known color: Ironstone. HEX triplet: 87, 56 and 43. RGB value is (135,86,67). Sum of RGB (Red+Green+Blue) = 135+86+67=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 67 (26.56% from 255 or 23.26% from 288); Max value from RGB is 135 - color contains mainly: red. Hex color #875643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875643 is #78A9BC. Grayscale: #626262. Windows color (decimal): -7907773 or 4413063. OLE color: 4413063.
HSL color Cylindrical-coordinate representation of color #875643: hue angle of 16.76º degrees, saturation: 0.34, 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 #875643 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 86 | 67 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.47 |
| HSL | 16.76º | 0.34% | 0.4% | - |
| HSV(B) | 16.76º | 0.5% | 0.53% | - |
| XYZ | 14.33 | 12.21 | 6.91 | - |
| YUV | 98.49 | 110.23 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 86 | 67 | 0 | 0.36 | 0.50 | 0.47 | 16.76 | 0.34 | 0.4 |
| Hex | 87 | 56 | 43 | 0 | 24 | 32 | 2F | 11 | 22 | 28 |
| Octal | 207 | 126 | 103 | 0 | 44 | 62 | 57 | 21 | 42 | 50 |
| Binary | 10000111 | 1010110 | 1000011 | 0 | 100100 | 110010 | 101111 | 10001 | 100010 | 101000 |
Color Harmonies of #875643
Complementary color
Monochromatic Colors of #875643
Black with #875643
Text Example
Text Example
White with #875643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875643; }
p { color: rgb(135,86,67); }
H1.HeaderClassName
{
color: #875643;
}
.AnyTagClassName
{
color: #875643;
}
</style>
background-color css
<style>
a { background-color: #875643; }
a { background-color: rgb(135,86,67); }
div.DivClassName
{
background-color: #875643;
}
.BgClassName
{
background-color: #875643;
}
</style>
border-color css
<style>
span { border-color: #875643; }
span { border-color: rgb(135,86,67); }
td.TdClassName
{
border-color: #875643;
}
.TagClassName
{
border-color: #875643;
}
</style>