Shades of Ironstone #875243
Tints of Ironstone #875243
RGB
CMYK
RGB Variations
Color information
#875243 (or 0x875243) is known color: Ironstone. HEX triplet: 87, 52 and 43. RGB value is (135,82,67). Sum of RGB (Red+Green+Blue) = 135+82+67=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 67 (26.56% from 255 or 23.59% from 284); Max value from RGB is 135 - color contains mainly: red. Hex color #875243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875243 is #78ADBC. Grayscale: #606060. Windows color (decimal): -7908797 or 4412039. OLE color: 4412039.
HSL color Cylindrical-coordinate representation of color #875243: hue angle of 13.24º 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 #875243 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 82 | 67 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.47 |
| HSL | 13.24º | 0.34% | 0.4% | - |
| HSV(B) | 13.24º | 0.5% | 0.53% | - |
| XYZ | 14.02 | 11.59 | 6.81 | - |
| YUV | 96.14 | 111.56 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 82 | 67 | 0 | 0.39 | 0.50 | 0.47 | 13.24 | 0.34 | 0.4 |
| Hex | 87 | 52 | 43 | 0 | 27 | 32 | 2F | D | 22 | 28 |
| Octal | 207 | 122 | 103 | 0 | 47 | 62 | 57 | 15 | 42 | 50 |
| Binary | 10000111 | 1010010 | 1000011 | 0 | 100111 | 110010 | 101111 | 1101 | 100010 | 101000 |
Color Harmonies of #875243
Complementary color
Monochromatic Colors of #875243
Black with #875243
Text Example
Text Example
White with #875243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875243; }
p { color: rgb(135,82,67); }
H1.HeaderClassName
{
color: #875243;
}
.AnyTagClassName
{
color: #875243;
}
</style>
background-color css
<style>
a { background-color: #875243; }
a { background-color: rgb(135,82,67); }
div.DivClassName
{
background-color: #875243;
}
.BgClassName
{
background-color: #875243;
}
</style>
border-color css
<style>
span { border-color: #875243; }
span { border-color: rgb(135,82,67); }
td.TdClassName
{
border-color: #875243;
}
.TagClassName
{
border-color: #875243;
}
</style>