Shades of Ironstone #865341
Tints of Ironstone #865341
RGB
CMYK
RGB Variations
Color information
#865341 (or 0x865341) is known color: Ironstone. HEX triplet: 86, 53 and 41. RGB value is (134,83,65). Sum of RGB (Red+Green+Blue) = 134+83+65=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #865341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865341 is #79ACBE. Grayscale: #606060. Windows color (decimal): -7974079 or 4281222. OLE color: 4281222.
HSL color Cylindrical-coordinate representation of color #865341: hue angle of 15.65º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #865341 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 83 | 65 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.47 |
| HSL | 15.65º | 0.35% | 0.39% | - |
| HSV(B) | 15.65º | 0.51% | 0.53% | - |
| XYZ | 13.88 | 11.64 | 6.52 | - |
| YUV | 96.2 | 110.4 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 83 | 65 | 0 | 0.38 | 0.51 | 0.47 | 15.65 | 0.35 | 0.39 |
| Hex | 86 | 53 | 41 | 0 | 26 | 33 | 2F | 10 | 23 | 27 |
| Octal | 206 | 123 | 101 | 0 | 46 | 63 | 57 | 20 | 43 | 47 |
| Binary | 10000110 | 1010011 | 1000001 | 0 | 100110 | 110011 | 101111 | 10000 | 100011 | 100111 |
Color Harmonies of #865341
Complementary color
Monochromatic Colors of #865341
Black with #865341
Text Example
Text Example
White with #865341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865341; }
p { color: rgb(134,83,65); }
H1.HeaderClassName
{
color: #865341;
}
.AnyTagClassName
{
color: #865341;
}
</style>
background-color css
<style>
a { background-color: #865341; }
a { background-color: rgb(134,83,65); }
div.DivClassName
{
background-color: #865341;
}
.BgClassName
{
background-color: #865341;
}
</style>
border-color css
<style>
span { border-color: #865341; }
span { border-color: rgb(134,83,65); }
td.TdClassName
{
border-color: #865341;
}
.TagClassName
{
border-color: #865341;
}
</style>