Shades of Ironstone #825142
Tints of Ironstone #825142
RGB
CMYK
RGB Variations
Color information
#825142 (or 0x825142) is known color: Ironstone. HEX triplet: 82, 51 and 42. RGB value is (130,81,66). Sum of RGB (Red+Green+Blue) = 130+81+66=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #825142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825142 is #7DAEBD. Grayscale: #5E5E5E. Windows color (decimal): -8236734 or 4346242. OLE color: 4346242.
HSL color Cylindrical-coordinate representation of color #825142: hue angle of 14.06º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #825142 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 81 | 66 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.49 |
| HSL | 14.06º | 0.33% | 0.38% | - |
| HSV(B) | 14.06º | 0.49% | 0.51% | - |
| XYZ | 13.13 | 11.02 | 6.59 | - |
| YUV | 93.94 | 112.23 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 66 | 0 | 0.38 | 0.49 | 0.49 | 14.06 | 0.33 | 0.38 |
| Hex | 82 | 51 | 42 | 0 | 26 | 31 | 31 | E | 21 | 26 |
| Octal | 202 | 121 | 102 | 0 | 46 | 61 | 61 | 16 | 41 | 46 |
| Binary | 10000010 | 1010001 | 1000010 | 0 | 100110 | 110001 | 110001 | 1110 | 100001 | 100110 |
Color Harmonies of #825142
Complementary color
Monochromatic Colors of #825142
Black with #825142
Text Example
Text Example
White with #825142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825142; }
p { color: rgb(130,81,66); }
H1.HeaderClassName
{
color: #825142;
}
.AnyTagClassName
{
color: #825142;
}
</style>
background-color css
<style>
a { background-color: #825142; }
a { background-color: rgb(130,81,66); }
div.DivClassName
{
background-color: #825142;
}
.BgClassName
{
background-color: #825142;
}
</style>
border-color css
<style>
span { border-color: #825142; }
span { border-color: rgb(130,81,66); }
td.TdClassName
{
border-color: #825142;
}
.TagClassName
{
border-color: #825142;
}
</style>