Shades of Ironstone #845240
Tints of Ironstone #845240
RGB
CMYK
RGB Variations
Color information
#845240 (or 0x845240) is known color: Ironstone. HEX triplet: 84, 52 and 40. RGB value is (132,82,64). Sum of RGB (Red+Green+Blue) = 132+82+64=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 132 - color contains mainly: red. Hex color #845240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845240 is #7BADBF. Grayscale: #5F5F5F. Windows color (decimal): -8105408 or 4215428. OLE color: 4215428.
HSL color Cylindrical-coordinate representation of color #845240: hue angle of 15.88º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #845240 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 82 | 64 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.48 |
| HSL | 15.88º | 0.35% | 0.38% | - |
| HSV(B) | 15.88º | 0.52% | 0.52% | - |
| XYZ | 13.46 | 11.31 | 6.32 | - |
| YUV | 94.9 | 110.57 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 64 | 0 | 0.38 | 0.52 | 0.48 | 15.88 | 0.35 | 0.38 |
| Hex | 84 | 52 | 40 | 0 | 26 | 34 | 30 | 10 | 23 | 26 |
| Octal | 204 | 122 | 100 | 0 | 46 | 64 | 60 | 20 | 43 | 46 |
| Binary | 10000100 | 1010010 | 1000000 | 0 | 100110 | 110100 | 110000 | 10000 | 100011 | 100110 |
Color Harmonies of #845240
Complementary color
Monochromatic Colors of #845240
Black with #845240
Text Example
Text Example
White with #845240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845240; }
p { color: rgb(132,82,64); }
H1.HeaderClassName
{
color: #845240;
}
.AnyTagClassName
{
color: #845240;
}
</style>
background-color css
<style>
a { background-color: #845240; }
a { background-color: rgb(132,82,64); }
div.DivClassName
{
background-color: #845240;
}
.BgClassName
{
background-color: #845240;
}
</style>
border-color css
<style>
span { border-color: #845240; }
span { border-color: rgb(132,82,64); }
td.TdClassName
{
border-color: #845240;
}
.TagClassName
{
border-color: #845240;
}
</style>