Shades of Ironstone #855241
Tints of Ironstone #855241
RGB
CMYK
RGB Variations
Color information
#855241 (or 0x855241) is known color: Ironstone. HEX triplet: 85, 52 and 41. RGB value is (133,82,65). Sum of RGB (Red+Green+Blue) = 133+82+65=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #855241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855241 is #7AADBE. Grayscale: #5F5F5F. Windows color (decimal): -8039871 or 4280965. OLE color: 4280965.
HSL color Cylindrical-coordinate representation of color #855241: hue angle of 15º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #855241 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 82 | 65 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.48 |
| HSL | 15º | 0.34% | 0.39% | - |
| HSV(B) | 15º | 0.51% | 0.52% | - |
| XYZ | 13.64 | 11.4 | 6.48 | - |
| YUV | 95.31 | 110.9 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 65 | 0 | 0.38 | 0.51 | 0.48 | 15 | 0.34 | 0.39 |
| Hex | 85 | 52 | 41 | 0 | 26 | 33 | 30 | F | 22 | 27 |
| Octal | 205 | 122 | 101 | 0 | 46 | 63 | 60 | 17 | 42 | 47 |
| Binary | 10000101 | 1010010 | 1000001 | 0 | 100110 | 110011 | 110000 | 1111 | 100010 | 100111 |
Color Harmonies of #855241
Complementary color
Monochromatic Colors of #855241
Black with #855241
Text Example
Text Example
White with #855241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855241; }
p { color: rgb(133,82,65); }
H1.HeaderClassName
{
color: #855241;
}
.AnyTagClassName
{
color: #855241;
}
</style>
background-color css
<style>
a { background-color: #855241; }
a { background-color: rgb(133,82,65); }
div.DivClassName
{
background-color: #855241;
}
.BgClassName
{
background-color: #855241;
}
</style>
border-color css
<style>
span { border-color: #855241; }
span { border-color: rgb(133,82,65); }
td.TdClassName
{
border-color: #855241;
}
.TagClassName
{
border-color: #855241;
}
</style>