Shades of Ironstone #864E3C
Tints of Ironstone #864E3C
RGB
CMYK
RGB Variations
Color information
#864E3C (or 0x864E3C) is known color: Ironstone. HEX triplet: 86, 4E and 3C. RGB value is (134,78,60). Sum of RGB (Red+Green+Blue) = 134+78+60=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #864E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864E3C is #79B1C3. Grayscale: #5C5C5C. Windows color (decimal): -7975364 or 3952262. OLE color: 3952262.
HSL color Cylindrical-coordinate representation of color #864E3C: hue angle of 14.59º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #864E3C is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 78 | 60 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.47 |
| HSL | 14.59º | 0.38% | 0.38% | - |
| HSV(B) | 14.59º | 0.55% | 0.53% | - |
| XYZ | 13.37 | 10.84 | 5.66 | - |
| YUV | 92.69 | 109.55 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 78 | 60 | 0 | 0.42 | 0.55 | 0.47 | 14.59 | 0.38 | 0.38 |
| Hex | 86 | 4E | 3C | 0 | 2A | 37 | 2F | F | 26 | 26 |
| Octal | 206 | 116 | 74 | 0 | 52 | 67 | 57 | 17 | 46 | 46 |
| Binary | 10000110 | 1001110 | 111100 | 0 | 101010 | 110111 | 101111 | 1111 | 100110 | 100110 |
Color Harmonies of #864E3C
Complementary color
Monochromatic Colors of #864E3C
Black with #864E3C
Text Example
Text Example
White with #864E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864E3C; }
p { color: rgb(134,78,60); }
H1.HeaderClassName
{
color: #864E3C;
}
.AnyTagClassName
{
color: #864E3C;
}
</style>
background-color css
<style>
a { background-color: #864E3C; }
a { background-color: rgb(134,78,60); }
div.DivClassName
{
background-color: #864E3C;
}
.BgClassName
{
background-color: #864E3C;
}
</style>
border-color css
<style>
span { border-color: #864E3C; }
span { border-color: rgb(134,78,60); }
td.TdClassName
{
border-color: #864E3C;
}
.TagClassName
{
border-color: #864E3C;
}
</style>