Shades of Ironstone #855242
Tints of Ironstone #855242
RGB
CMYK
RGB Variations
Color information
#855242 (or 0x855242) is known color: Ironstone. HEX triplet: 85, 52 and 42. RGB value is (133,82,66). Sum of RGB (Red+Green+Blue) = 133+82+66=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #855242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855242 is #7AADBD. Grayscale: #5F5F5F. Windows color (decimal): -8039870 or 4346501. OLE color: 4346501.
HSL color Cylindrical-coordinate representation of color #855242: hue angle of 14.33º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #855242 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 82 | 66 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.48 |
| HSL | 14.33º | 0.34% | 0.39% | - |
| HSV(B) | 14.33º | 0.5% | 0.52% | - |
| XYZ | 13.67 | 11.41 | 6.64 | - |
| YUV | 95.43 | 111.4 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 66 | 0 | 0.38 | 0.50 | 0.48 | 14.33 | 0.34 | 0.39 |
| Hex | 85 | 52 | 42 | 0 | 26 | 32 | 30 | E | 22 | 27 |
| Octal | 205 | 122 | 102 | 0 | 46 | 62 | 60 | 16 | 42 | 47 |
| Binary | 10000101 | 1010010 | 1000010 | 0 | 100110 | 110010 | 110000 | 1110 | 100010 | 100111 |
Color Harmonies of #855242
Complementary color
Monochromatic Colors of #855242
Black with #855242
Text Example
Text Example
White with #855242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855242; }
p { color: rgb(133,82,66); }
H1.HeaderClassName
{
color: #855242;
}
.AnyTagClassName
{
color: #855242;
}
</style>
background-color css
<style>
a { background-color: #855242; }
a { background-color: rgb(133,82,66); }
div.DivClassName
{
background-color: #855242;
}
.BgClassName
{
background-color: #855242;
}
</style>
border-color css
<style>
span { border-color: #855242; }
span { border-color: rgb(133,82,66); }
td.TdClassName
{
border-color: #855242;
}
.TagClassName
{
border-color: #855242;
}
</style>