Shades of Ironstone #835644
Tints of Ironstone #835644
RGB
CMYK
RGB Variations
Color information
#835644 (or 0x835644) is known color: Ironstone. HEX triplet: 83, 56 and 44. RGB value is (131,86,68). Sum of RGB (Red+Green+Blue) = 131+86+68=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 131 - color contains mainly: red. Hex color #835644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835644 is #7CA9BB. Grayscale: #616161. Windows color (decimal): -8169916 or 4478595. OLE color: 4478595.
HSL color Cylindrical-coordinate representation of color #835644: hue angle of 17.14º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #835644 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 86 | 68 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.49 |
| HSL | 17.14º | 0.32% | 0.39% | - |
| HSV(B) | 17.14º | 0.48% | 0.51% | - |
| XYZ | 13.73 | 11.9 | 7.04 | - |
| YUV | 97.4 | 111.41 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 86 | 68 | 0 | 0.34 | 0.48 | 0.49 | 17.14 | 0.32 | 0.39 |
| Hex | 83 | 56 | 44 | 0 | 22 | 30 | 31 | 11 | 20 | 27 |
| Octal | 203 | 126 | 104 | 0 | 42 | 60 | 61 | 21 | 40 | 47 |
| Binary | 10000011 | 1010110 | 1000100 | 0 | 100010 | 110000 | 110001 | 10001 | 100000 | 100111 |
Color Harmonies of #835644
Complementary color
Monochromatic Colors of #835644
Black with #835644
Text Example
Text Example
White with #835644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835644; }
p { color: rgb(131,86,68); }
H1.HeaderClassName
{
color: #835644;
}
.AnyTagClassName
{
color: #835644;
}
</style>
background-color css
<style>
a { background-color: #835644; }
a { background-color: rgb(131,86,68); }
div.DivClassName
{
background-color: #835644;
}
.BgClassName
{
background-color: #835644;
}
</style>
border-color css
<style>
span { border-color: #835644; }
span { border-color: rgb(131,86,68); }
td.TdClassName
{
border-color: #835644;
}
.TagClassName
{
border-color: #835644;
}
</style>