Shades of Ironstone #825042
Tints of Ironstone #825042
RGB
CMYK
RGB Variations
Color information
#825042 (or 0x825042) is known color: Ironstone. HEX triplet: 82, 50 and 42. RGB value is (130,80,66). Sum of RGB (Red+Green+Blue) = 130+80+66=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #825042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825042 is #7DAFBD. Grayscale: #5D5D5D. Windows color (decimal): -8236990 or 4345986. OLE color: 4345986.
HSL color Cylindrical-coordinate representation of color #825042: hue angle of 13.12º 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 #825042 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 80 | 66 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.49 |
| HSL | 13.13º | 0.33% | 0.38% | - |
| HSV(B) | 13.13º | 0.49% | 0.51% | - |
| XYZ | 13.06 | 10.88 | 6.57 | - |
| YUV | 93.35 | 112.57 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 80 | 66 | 0 | 0.38 | 0.49 | 0.49 | 13.13 | 0.33 | 0.38 |
| Hex | 82 | 50 | 42 | 0 | 26 | 31 | 31 | D | 21 | 26 |
| Octal | 202 | 120 | 102 | 0 | 46 | 61 | 61 | 15 | 41 | 46 |
| Binary | 10000010 | 1010000 | 1000010 | 0 | 100110 | 110001 | 110001 | 1101 | 100001 | 100110 |
Color Harmonies of #825042
Complementary color
Monochromatic Colors of #825042
Black with #825042
Text Example
Text Example
White with #825042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825042; }
p { color: rgb(130,80,66); }
H1.HeaderClassName
{
color: #825042;
}
.AnyTagClassName
{
color: #825042;
}
</style>
background-color css
<style>
a { background-color: #825042; }
a { background-color: rgb(130,80,66); }
div.DivClassName
{
background-color: #825042;
}
.BgClassName
{
background-color: #825042;
}
</style>
border-color css
<style>
span { border-color: #825042; }
span { border-color: rgb(130,80,66); }
td.TdClassName
{
border-color: #825042;
}
.TagClassName
{
border-color: #825042;
}
</style>