Shades of Ironstone #855343
Tints of Ironstone #855343
RGB
CMYK
RGB Variations
Color information
#855343 (or 0x855343) is known color: Ironstone. HEX triplet: 85, 53 and 43. RGB value is (133,83,67). Sum of RGB (Red+Green+Blue) = 133+83+67=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 67 (26.56% from 255 or 23.67% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #855343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855343 is #7AACBC. Grayscale: #606060. Windows color (decimal): -8039613 or 4412293. OLE color: 4412293.
HSL color Cylindrical-coordinate representation of color #855343: hue angle of 14.55º degrees, saturation: 0.33, 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 #855343 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 83 | 67 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.48 |
| HSL | 14.55º | 0.33% | 0.39% | - |
| HSV(B) | 14.55º | 0.5% | 0.52% | - |
| XYZ | 13.78 | 11.58 | 6.82 | - |
| YUV | 96.13 | 111.57 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 67 | 0 | 0.38 | 0.50 | 0.48 | 14.55 | 0.33 | 0.39 |
| Hex | 85 | 53 | 43 | 0 | 26 | 32 | 30 | F | 21 | 27 |
| Octal | 205 | 123 | 103 | 0 | 46 | 62 | 60 | 17 | 41 | 47 |
| Binary | 10000101 | 1010011 | 1000011 | 0 | 100110 | 110010 | 110000 | 1111 | 100001 | 100111 |
Color Harmonies of #855343
Complementary color
Monochromatic Colors of #855343
Black with #855343
Text Example
Text Example
White with #855343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855343; }
p { color: rgb(133,83,67); }
H1.HeaderClassName
{
color: #855343;
}
.AnyTagClassName
{
color: #855343;
}
</style>
background-color css
<style>
a { background-color: #855343; }
a { background-color: rgb(133,83,67); }
div.DivClassName
{
background-color: #855343;
}
.BgClassName
{
background-color: #855343;
}
</style>
border-color css
<style>
span { border-color: #855343; }
span { border-color: rgb(133,83,67); }
td.TdClassName
{
border-color: #855343;
}
.TagClassName
{
border-color: #855343;
}
</style>