Shades of Ironstone #875448
Tints of Ironstone #875448
RGB
CMYK
RGB Variations
Color information
#875448 (or 0x875448) is known color: Ironstone. HEX triplet: 87, 54 and 48. RGB value is (135,84,72). Sum of RGB (Red+Green+Blue) = 135+84+72=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 135 - color contains mainly: red. Hex color #875448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875448 is #78ABB7. Grayscale: #616161. Windows color (decimal): -7908280 or 4740231. OLE color: 4740231.
HSL color Cylindrical-coordinate representation of color #875448: hue angle of 11.43º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #875448 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 84 | 72 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.47 |
| HSL | 11.43º | 0.3% | 0.41% | - |
| HSV(B) | 11.43º | 0.47% | 0.53% | - |
| XYZ | 14.33 | 11.96 | 7.68 | - |
| YUV | 97.88 | 113.4 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 84 | 72 | 0 | 0.38 | 0.47 | 0.47 | 11.43 | 0.3 | 0.41 |
| Hex | 87 | 54 | 48 | 0 | 26 | 2F | 2F | B | 1E | 29 |
| Octal | 207 | 124 | 110 | 0 | 46 | 57 | 57 | 13 | 36 | 51 |
| Binary | 10000111 | 1010100 | 1001000 | 0 | 100110 | 101111 | 101111 | 1011 | 11110 | 101001 |
Color Harmonies of #875448
Complementary color
Monochromatic Colors of #875448
Black with #875448
Text Example
Text Example
White with #875448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875448; }
p { color: rgb(135,84,72); }
H1.HeaderClassName
{
color: #875448;
}
.AnyTagClassName
{
color: #875448;
}
</style>
background-color css
<style>
a { background-color: #875448; }
a { background-color: rgb(135,84,72); }
div.DivClassName
{
background-color: #875448;
}
.BgClassName
{
background-color: #875448;
}
</style>
border-color css
<style>
span { border-color: #875448; }
span { border-color: rgb(135,84,72); }
td.TdClassName
{
border-color: #875448;
}
.TagClassName
{
border-color: #875448;
}
</style>