Shades of Ironstone #8B5441
Tints of Ironstone #8B5441
RGB
CMYK
RGB Variations
Color information
#8B5441 (or 0x8B5441) is known color: Ironstone. HEX triplet: 8B, 54 and 41. RGB value is (139,84,65). Sum of RGB (Red+Green+Blue) = 139+84+65=288 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.26% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 65 (25.78% from 255 or 22.57% from 288); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5441 is #74ABBE. Grayscale: #626262. Windows color (decimal): -7646143 or 4281483. OLE color: 4281483.
HSL color Cylindrical-coordinate representation of color #8B5441: hue angle of 15.41º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B5441 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 84 | 65 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.45 |
| HSL | 15.41º | 0.36% | 0.4% | - |
| HSV(B) | 15.41º | 0.53% | 0.55% | - |
| XYZ | 14.77 | 12.21 | 6.58 | - |
| YUV | 98.28 | 109.22 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 84 | 65 | 0 | 0.40 | 0.53 | 0.45 | 15.41 | 0.36 | 0.4 |
| Hex | 8B | 54 | 41 | 0 | 28 | 35 | 2D | F | 24 | 28 |
| Octal | 213 | 124 | 101 | 0 | 50 | 65 | 55 | 17 | 44 | 50 |
| Binary | 10001011 | 1010100 | 1000001 | 0 | 101000 | 110101 | 101101 | 1111 | 100100 | 101000 |
Color Harmonies of #8B5441
Complementary color
Monochromatic Colors of #8B5441
Black with #8B5441
Text Example
Text Example
White with #8B5441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5441; }
p { color: rgb(139,84,65); }
H1.HeaderClassName
{
color: #8B5441;
}
.AnyTagClassName
{
color: #8B5441;
}
</style>
background-color css
<style>
a { background-color: #8B5441; }
a { background-color: rgb(139,84,65); }
div.DivClassName
{
background-color: #8B5441;
}
.BgClassName
{
background-color: #8B5441;
}
</style>
border-color css
<style>
span { border-color: #8B5441; }
span { border-color: rgb(139,84,65); }
td.TdClassName
{
border-color: #8B5441;
}
.TagClassName
{
border-color: #8B5441;
}
</style>