Shades of Ironstone #86513F
Tints of Ironstone #86513F
RGB
CMYK
RGB Variations
Color information
#86513F (or 0x86513F) is known color: Ironstone. HEX triplet: 86, 51 and 3F. RGB value is (134,81,63). Sum of RGB (Red+Green+Blue) = 134+81+63=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #86513F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86513F is #79AEC0. Grayscale: #5E5E5E. Windows color (decimal): -7974593 or 4149638. OLE color: 4149638.
HSL color Cylindrical-coordinate representation of color #86513F: hue angle of 15.21º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #86513F is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 81 | 63 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.47 |
| HSL | 15.21º | 0.36% | 0.39% | - |
| HSV(B) | 15.21º | 0.53% | 0.53% | - |
| XYZ | 13.67 | 11.31 | 6.17 | - |
| YUV | 94.8 | 110.06 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 81 | 63 | 0 | 0.40 | 0.53 | 0.47 | 15.21 | 0.36 | 0.39 |
| Hex | 86 | 51 | 3F | 0 | 28 | 35 | 2F | F | 24 | 27 |
| Octal | 206 | 121 | 77 | 0 | 50 | 65 | 57 | 17 | 44 | 47 |
| Binary | 10000110 | 1010001 | 111111 | 0 | 101000 | 110101 | 101111 | 1111 | 100100 | 100111 |
Color Harmonies of #86513F
Complementary color
Monochromatic Colors of #86513F
Black with #86513F
Text Example
Text Example
White with #86513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86513F; }
p { color: rgb(134,81,63); }
H1.HeaderClassName
{
color: #86513F;
}
.AnyTagClassName
{
color: #86513F;
}
</style>
background-color css
<style>
a { background-color: #86513F; }
a { background-color: rgb(134,81,63); }
div.DivClassName
{
background-color: #86513F;
}
.BgClassName
{
background-color: #86513F;
}
</style>
border-color css
<style>
span { border-color: #86513F; }
span { border-color: rgb(134,81,63); }
td.TdClassName
{
border-color: #86513F;
}
.TagClassName
{
border-color: #86513F;
}
</style>