Shades of Ironstone #865240
Tints of Ironstone #865240
RGB
CMYK
RGB Variations
Color information
#865240 (or 0x865240) is known color: Ironstone. HEX triplet: 86, 52 and 40. RGB value is (134,82,64). Sum of RGB (Red+Green+Blue) = 134+82+64=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #865240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865240 is #79ADBF. Grayscale: #5F5F5F. Windows color (decimal): -7974336 or 4215430. OLE color: 4215430.
HSL color Cylindrical-coordinate representation of color #865240: hue angle of 15.43º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #865240 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 82 | 64 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.47 |
| HSL | 15.43º | 0.35% | 0.39% | - |
| HSV(B) | 15.43º | 0.52% | 0.53% | - |
| XYZ | 13.77 | 11.47 | 6.34 | - |
| YUV | 95.5 | 110.23 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 82 | 64 | 0 | 0.39 | 0.52 | 0.47 | 15.43 | 0.35 | 0.39 |
| Hex | 86 | 52 | 40 | 0 | 27 | 34 | 2F | F | 23 | 27 |
| Octal | 206 | 122 | 100 | 0 | 47 | 64 | 57 | 17 | 43 | 47 |
| Binary | 10000110 | 1010010 | 1000000 | 0 | 100111 | 110100 | 101111 | 1111 | 100011 | 100111 |
Color Harmonies of #865240
Complementary color
Monochromatic Colors of #865240
Black with #865240
Text Example
Text Example
White with #865240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865240; }
p { color: rgb(134,82,64); }
H1.HeaderClassName
{
color: #865240;
}
.AnyTagClassName
{
color: #865240;
}
</style>
background-color css
<style>
a { background-color: #865240; }
a { background-color: rgb(134,82,64); }
div.DivClassName
{
background-color: #865240;
}
.BgClassName
{
background-color: #865240;
}
</style>
border-color css
<style>
span { border-color: #865240; }
span { border-color: rgb(134,82,64); }
td.TdClassName
{
border-color: #865240;
}
.TagClassName
{
border-color: #865240;
}
</style>