Shades of Ironstone #845041
Tints of Ironstone #845041
RGB
CMYK
RGB Variations
Color information
#845041 (or 0x845041) is known color: Ironstone. HEX triplet: 84, 50 and 41. RGB value is (132,80,65). Sum of RGB (Red+Green+Blue) = 132+80+65=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #845041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845041 is #7BAFBE. Grayscale: #5D5D5D. Windows color (decimal): -8105919 or 4280452. OLE color: 4280452.
HSL color Cylindrical-coordinate representation of color #845041: hue angle of 13.43º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #845041 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 80 | 65 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.48 |
| HSL | 13.43º | 0.34% | 0.39% | - |
| HSV(B) | 13.43º | 0.51% | 0.52% | - |
| XYZ | 13.34 | 11.02 | 6.43 | - |
| YUV | 93.84 | 111.73 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 65 | 0 | 0.39 | 0.51 | 0.48 | 13.43 | 0.34 | 0.39 |
| Hex | 84 | 50 | 41 | 0 | 27 | 33 | 30 | D | 22 | 27 |
| Octal | 204 | 120 | 101 | 0 | 47 | 63 | 60 | 15 | 42 | 47 |
| Binary | 10000100 | 1010000 | 1000001 | 0 | 100111 | 110011 | 110000 | 1101 | 100010 | 100111 |
Color Harmonies of #845041
Complementary color
Monochromatic Colors of #845041
Black with #845041
Text Example
Text Example
White with #845041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845041; }
p { color: rgb(132,80,65); }
H1.HeaderClassName
{
color: #845041;
}
.AnyTagClassName
{
color: #845041;
}
</style>
background-color css
<style>
a { background-color: #845041; }
a { background-color: rgb(132,80,65); }
div.DivClassName
{
background-color: #845041;
}
.BgClassName
{
background-color: #845041;
}
</style>
border-color css
<style>
span { border-color: #845041; }
span { border-color: rgb(132,80,65); }
td.TdClassName
{
border-color: #845041;
}
.TagClassName
{
border-color: #845041;
}
</style>