Shades of Ironstone #86503D
Tints of Ironstone #86503D
RGB
CMYK
RGB Variations
Color information
#86503D (or 0x86503D) is known color: Ironstone. HEX triplet: 86, 50 and 3D. RGB value is (134,80,61). Sum of RGB (Red+Green+Blue) = 134+80+61=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 134 - color contains mainly: red. Hex color #86503D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86503D is #79AFC2. Grayscale: #5E5E5E. Windows color (decimal): -7974851 or 4018310. OLE color: 4018310.
HSL color Cylindrical-coordinate representation of color #86503D: hue angle of 15.62º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #86503D is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 80 | 61 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.47 |
| HSL | 15.62º | 0.37% | 0.38% | - |
| HSV(B) | 15.62º | 0.54% | 0.53% | - |
| XYZ | 13.54 | 11.14 | 5.85 | - |
| YUV | 93.98 | 109.39 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 80 | 61 | 0 | 0.40 | 0.54 | 0.47 | 15.62 | 0.37 | 0.38 |
| Hex | 86 | 50 | 3D | 0 | 28 | 36 | 2F | 10 | 25 | 26 |
| Octal | 206 | 120 | 75 | 0 | 50 | 66 | 57 | 20 | 45 | 46 |
| Binary | 10000110 | 1010000 | 111101 | 0 | 101000 | 110110 | 101111 | 10000 | 100101 | 100110 |
Color Harmonies of #86503D
Complementary color
Monochromatic Colors of #86503D
Black with #86503D
Text Example
Text Example
White with #86503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86503D; }
p { color: rgb(134,80,61); }
H1.HeaderClassName
{
color: #86503D;
}
.AnyTagClassName
{
color: #86503D;
}
</style>
background-color css
<style>
a { background-color: #86503D; }
a { background-color: rgb(134,80,61); }
div.DivClassName
{
background-color: #86503D;
}
.BgClassName
{
background-color: #86503D;
}
</style>
border-color css
<style>
span { border-color: #86503D; }
span { border-color: rgb(134,80,61); }
td.TdClassName
{
border-color: #86503D;
}
.TagClassName
{
border-color: #86503D;
}
</style>