Shades of Ironstone #825240
Tints of Ironstone #825240
RGB
CMYK
RGB Variations
Color information
#825240 (or 0x825240) is known color: Ironstone. HEX triplet: 82, 52 and 40. RGB value is (130,82,64). Sum of RGB (Red+Green+Blue) = 130+82+64=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #825240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825240 is #7DADBF. Grayscale: #5E5E5E. Windows color (decimal): -8236480 or 4215426. OLE color: 4215426.
HSL color Cylindrical-coordinate representation of color #825240: hue angle of 16.36º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #825240 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 82 | 64 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.49 |
| HSL | 16.36º | 0.34% | 0.38% | - |
| HSV(B) | 16.36º | 0.51% | 0.51% | - |
| XYZ | 13.15 | 11.15 | 6.31 | - |
| YUV | 94.3 | 110.9 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 64 | 0 | 0.37 | 0.51 | 0.49 | 16.36 | 0.34 | 0.38 |
| Hex | 82 | 52 | 40 | 0 | 25 | 33 | 31 | 10 | 22 | 26 |
| Octal | 202 | 122 | 100 | 0 | 45 | 63 | 61 | 20 | 42 | 46 |
| Binary | 10000010 | 1010010 | 1000000 | 0 | 100101 | 110011 | 110001 | 10000 | 100010 | 100110 |
Color Harmonies of #825240
Complementary color
Monochromatic Colors of #825240
Black with #825240
Text Example
Text Example
White with #825240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825240; }
p { color: rgb(130,82,64); }
H1.HeaderClassName
{
color: #825240;
}
.AnyTagClassName
{
color: #825240;
}
</style>
background-color css
<style>
a { background-color: #825240; }
a { background-color: rgb(130,82,64); }
div.DivClassName
{
background-color: #825240;
}
.BgClassName
{
background-color: #825240;
}
</style>
border-color css
<style>
span { border-color: #825240; }
span { border-color: rgb(130,82,64); }
td.TdClassName
{
border-color: #825240;
}
.TagClassName
{
border-color: #825240;
}
</style>