Shades of Ironstone #875745
Tints of Ironstone #875745
RGB
CMYK
RGB Variations
Color information
#875745 (or 0x875745) is known color: Ironstone. HEX triplet: 87, 57 and 45. RGB value is (135,87,69). Sum of RGB (Red+Green+Blue) = 135+87+69=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 135 - color contains mainly: red. Hex color #875745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875745 is #78A8BA. Grayscale: #636363. Windows color (decimal): -7907515 or 4544391. OLE color: 4544391.
HSL color Cylindrical-coordinate representation of color #875745: hue angle of 16.36º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #875745 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 87 | 69 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.47 |
| HSL | 16.36º | 0.32% | 0.4% | - |
| HSV(B) | 16.36º | 0.49% | 0.53% | - |
| XYZ | 14.47 | 12.4 | 7.26 | - |
| YUV | 99.3 | 110.9 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 87 | 69 | 0 | 0.36 | 0.49 | 0.47 | 16.36 | 0.32 | 0.4 |
| Hex | 87 | 57 | 45 | 0 | 24 | 31 | 2F | 10 | 20 | 28 |
| Octal | 207 | 127 | 105 | 0 | 44 | 61 | 57 | 20 | 40 | 50 |
| Binary | 10000111 | 1010111 | 1000101 | 0 | 100100 | 110001 | 101111 | 10000 | 100000 | 101000 |
Color Harmonies of #875745
Complementary color
Monochromatic Colors of #875745
Black with #875745
Text Example
Text Example
White with #875745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875745; }
p { color: rgb(135,87,69); }
H1.HeaderClassName
{
color: #875745;
}
.AnyTagClassName
{
color: #875745;
}
</style>
background-color css
<style>
a { background-color: #875745; }
a { background-color: rgb(135,87,69); }
div.DivClassName
{
background-color: #875745;
}
.BgClassName
{
background-color: #875745;
}
</style>
border-color css
<style>
span { border-color: #875745; }
span { border-color: rgb(135,87,69); }
td.TdClassName
{
border-color: #875745;
}
.TagClassName
{
border-color: #875745;
}
</style>