Shades of Ironstone #8B5644
Tints of Ironstone #8B5644
RGB
CMYK
RGB Variations
Color information
#8B5644 (or 0x8B5644) is known color: Ironstone. HEX triplet: 8B, 56 and 44. RGB value is (139,86,68). Sum of RGB (Red+Green+Blue) = 139+86+68=293 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.44% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5644 is #74A9BB. Grayscale: #636363. Windows color (decimal): -7645628 or 4478603. OLE color: 4478603.
HSL color Cylindrical-coordinate representation of color #8B5644: hue angle of 15.21º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B5644 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 86 | 68 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.45 |
| HSL | 15.21º | 0.34% | 0.41% | - |
| HSV(B) | 15.21º | 0.51% | 0.55% | - |
| XYZ | 15.02 | 12.56 | 7.1 | - |
| YUV | 99.8 | 110.06 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 86 | 68 | 0 | 0.38 | 0.51 | 0.45 | 15.21 | 0.34 | 0.41 |
| Hex | 8B | 56 | 44 | 0 | 26 | 33 | 2D | F | 22 | 29 |
| Octal | 213 | 126 | 104 | 0 | 46 | 63 | 55 | 17 | 42 | 51 |
| Binary | 10001011 | 1010110 | 1000100 | 0 | 100110 | 110011 | 101101 | 1111 | 100010 | 101001 |
Color Harmonies of #8B5644
Complementary color
Monochromatic Colors of #8B5644
Black with #8B5644
Text Example
Text Example
White with #8B5644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5644; }
p { color: rgb(139,86,68); }
H1.HeaderClassName
{
color: #8B5644;
}
.AnyTagClassName
{
color: #8B5644;
}
</style>
background-color css
<style>
a { background-color: #8B5644; }
a { background-color: rgb(139,86,68); }
div.DivClassName
{
background-color: #8B5644;
}
.BgClassName
{
background-color: #8B5644;
}
</style>
border-color css
<style>
span { border-color: #8B5644; }
span { border-color: rgb(139,86,68); }
td.TdClassName
{
border-color: #8B5644;
}
.TagClassName
{
border-color: #8B5644;
}
</style>