Shades of Ironstone #835547
Tints of Ironstone #835547
RGB
CMYK
RGB Variations
Color information
#835547 (or 0x835547) is known color: Ironstone. HEX triplet: 83, 55 and 47. RGB value is (131,85,71). Sum of RGB (Red+Green+Blue) = 131+85+71=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 131 - color contains mainly: red. Hex color #835547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835547 is #7CAAB8. Grayscale: #616161. Windows color (decimal): -8170169 or 4674947. OLE color: 4674947.
HSL color Cylindrical-coordinate representation of color #835547: hue angle of 14º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #835547 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 85 | 71 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.49 |
| HSL | 14º | 0.3% | 0.4% | - |
| HSV(B) | 14º | 0.46% | 0.51% | - |
| XYZ | 13.75 | 11.78 | 7.51 | - |
| YUV | 97.16 | 113.24 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 85 | 71 | 0 | 0.35 | 0.46 | 0.49 | 14 | 0.3 | 0.4 |
| Hex | 83 | 55 | 47 | 0 | 23 | 2E | 31 | E | 1E | 28 |
| Octal | 203 | 125 | 107 | 0 | 43 | 56 | 61 | 16 | 36 | 50 |
| Binary | 10000011 | 1010101 | 1000111 | 0 | 100011 | 101110 | 110001 | 1110 | 11110 | 101000 |
Color Harmonies of #835547
Complementary color
Monochromatic Colors of #835547
Black with #835547
Text Example
Text Example
White with #835547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835547; }
p { color: rgb(131,85,71); }
H1.HeaderClassName
{
color: #835547;
}
.AnyTagClassName
{
color: #835547;
}
</style>
background-color css
<style>
a { background-color: #835547; }
a { background-color: rgb(131,85,71); }
div.DivClassName
{
background-color: #835547;
}
.BgClassName
{
background-color: #835547;
}
</style>
border-color css
<style>
span { border-color: #835547; }
span { border-color: rgb(131,85,71); }
td.TdClassName
{
border-color: #835547;
}
.TagClassName
{
border-color: #835547;
}
</style>