Shades of Ironstone #855145
Tints of Ironstone #855145
RGB
CMYK
RGB Variations
Color information
#855145 (or 0x855145) is known color: Ironstone. HEX triplet: 85, 51 and 45. RGB value is (133,81,69). Sum of RGB (Red+Green+Blue) = 133+81+69=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 69 (27.34% from 255 or 24.38% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #855145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855145 is #7AAEBA. Grayscale: #5F5F5F. Windows color (decimal): -8040123 or 4542853. OLE color: 4542853.
HSL color Cylindrical-coordinate representation of color #855145: hue angle of 11.25º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #855145 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 81 | 69 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.48 |
| HSL | 11.25º | 0.32% | 0.4% | - |
| HSV(B) | 11.25º | 0.48% | 0.52% | - |
| XYZ | 13.69 | 11.3 | 7.09 | - |
| YUV | 95.18 | 113.23 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 69 | 0 | 0.39 | 0.48 | 0.48 | 11.25 | 0.32 | 0.4 |
| Hex | 85 | 51 | 45 | 0 | 27 | 30 | 30 | B | 20 | 28 |
| Octal | 205 | 121 | 105 | 0 | 47 | 60 | 60 | 13 | 40 | 50 |
| Binary | 10000101 | 1010001 | 1000101 | 0 | 100111 | 110000 | 110000 | 1011 | 100000 | 101000 |
Color Harmonies of #855145
Complementary color
Monochromatic Colors of #855145
Black with #855145
Text Example
Text Example
White with #855145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855145; }
p { color: rgb(133,81,69); }
H1.HeaderClassName
{
color: #855145;
}
.AnyTagClassName
{
color: #855145;
}
</style>
background-color css
<style>
a { background-color: #855145; }
a { background-color: rgb(133,81,69); }
div.DivClassName
{
background-color: #855145;
}
.BgClassName
{
background-color: #855145;
}
</style>
border-color css
<style>
span { border-color: #855145; }
span { border-color: rgb(133,81,69); }
td.TdClassName
{
border-color: #855145;
}
.TagClassName
{
border-color: #855145;
}
</style>