Shades of Ironstone #845242
Tints of Ironstone #845242
RGB
CMYK
RGB Variations
Color information
#845242 (or 0x845242) is known color: Ironstone. HEX triplet: 84, 52 and 42. RGB value is (132,82,66). Sum of RGB (Red+Green+Blue) = 132+82+66=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #845242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845242 is #7BADBD. Grayscale: #5F5F5F. Windows color (decimal): -8105406 or 4346500. OLE color: 4346500.
HSL color Cylindrical-coordinate representation of color #845242: 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 #845242 is Cyan = 0, Magento = 0.38, Yellow = 0.5 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 82 | 66 | - |
| CMYK | 0 | 0.38 | 0.5 | 0.48 |
| HSL | 14.55º | 0.33% | 0.39% | - |
| HSV(B) | 14.55º | 0.5% | 0.52% | - |
| XYZ | 13.52 | 11.33 | 6.63 | - |
| YUV | 95.13 | 111.57 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 66 | 0 | 0.38 | 0.5 | 0.48 | 14.55 | 0.33 | 0.39 |
| Hex | 84 | 52 | 42 | 0 | 26 | 32 | 30 | F | 21 | 27 |
| Octal | 204 | 122 | 102 | 0 | 46 | 62 | 60 | 17 | 41 | 47 |
| Binary | 10000100 | 1010010 | 1000010 | 0 | 100110 | 110010 | 110000 | 1111 | 100001 | 100111 |
Color Harmonies of #845242
Complementary color
Monochromatic Colors of #845242
Black with #845242
Text Example
Text Example
White with #845242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845242; }
p { color: rgb(132,82,66); }
H1.HeaderClassName
{
color: #845242;
}
.AnyTagClassName
{
color: #845242;
}
</style>
background-color css
<style>
a { background-color: #845242; }
a { background-color: rgb(132,82,66); }
div.DivClassName
{
background-color: #845242;
}
.BgClassName
{
background-color: #845242;
}
</style>
border-color css
<style>
span { border-color: #845242; }
span { border-color: rgb(132,82,66); }
td.TdClassName
{
border-color: #845242;
}
.TagClassName
{
border-color: #845242;
}
</style>