Shades of Ironstone #844F40
Tints of Ironstone #844F40
RGB
CMYK
RGB Variations
Color information
#844F40 (or 0x844F40) is known color: Ironstone. HEX triplet: 84, 4F and 40. RGB value is (132,79,64). Sum of RGB (Red+Green+Blue) = 132+79+64=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #844F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844F40 is #7BB0BF. Grayscale: #5D5D5D. Windows color (decimal): -8106176 or 4214660. OLE color: 4214660.
HSL color Cylindrical-coordinate representation of color #844F40: hue angle of 13.24º 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 #844F40 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 79 | 64 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.48 |
| HSL | 13.24º | 0.35% | 0.38% | - |
| HSV(B) | 13.24º | 0.52% | 0.52% | - |
| XYZ | 13.24 | 10.87 | 6.25 | - |
| YUV | 93.14 | 111.56 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 64 | 0 | 0.40 | 0.52 | 0.48 | 13.24 | 0.35 | 0.38 |
| Hex | 84 | 4F | 40 | 0 | 28 | 34 | 30 | D | 23 | 26 |
| Octal | 204 | 117 | 100 | 0 | 50 | 64 | 60 | 15 | 43 | 46 |
| Binary | 10000100 | 1001111 | 1000000 | 0 | 101000 | 110100 | 110000 | 1101 | 100011 | 100110 |
Color Harmonies of #844F40
Complementary color
Monochromatic Colors of #844F40
Black with #844F40
Text Example
Text Example
White with #844F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844F40; }
p { color: rgb(132,79,64); }
H1.HeaderClassName
{
color: #844F40;
}
.AnyTagClassName
{
color: #844F40;
}
</style>
background-color css
<style>
a { background-color: #844F40; }
a { background-color: rgb(132,79,64); }
div.DivClassName
{
background-color: #844F40;
}
.BgClassName
{
background-color: #844F40;
}
</style>
border-color css
<style>
span { border-color: #844F40; }
span { border-color: rgb(132,79,64); }
td.TdClassName
{
border-color: #844F40;
}
.TagClassName
{
border-color: #844F40;
}
</style>