Shades of Ironstone #825441
Tints of Ironstone #825441
RGB
CMYK
RGB Variations
Color information
#825441 (or 0x825441) is known color: Ironstone. HEX triplet: 82, 54 and 41. RGB value is (130,84,65). Sum of RGB (Red+Green+Blue) = 130+84+65=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #825441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825441 is #7DABBE. Grayscale: #5F5F5F. Windows color (decimal): -8235967 or 4281474. OLE color: 4281474.
HSL color Cylindrical-coordinate representation of color #825441: hue angle of 17.54º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #825441 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 84 | 65 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.49 |
| HSL | 17.54º | 0.33% | 0.38% | - |
| HSV(B) | 17.54º | 0.5% | 0.51% | - |
| XYZ | 13.33 | 11.47 | 6.51 | - |
| YUV | 95.59 | 110.74 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 84 | 65 | 0 | 0.35 | 0.50 | 0.49 | 17.54 | 0.33 | 0.38 |
| Hex | 82 | 54 | 41 | 0 | 23 | 32 | 31 | 12 | 21 | 26 |
| Octal | 202 | 124 | 101 | 0 | 43 | 62 | 61 | 22 | 41 | 46 |
| Binary | 10000010 | 1010100 | 1000001 | 0 | 100011 | 110010 | 110001 | 10010 | 100001 | 100110 |
Color Harmonies of #825441
Complementary color
Monochromatic Colors of #825441
Black with #825441
Text Example
Text Example
White with #825441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825441; }
p { color: rgb(130,84,65); }
H1.HeaderClassName
{
color: #825441;
}
.AnyTagClassName
{
color: #825441;
}
</style>
background-color css
<style>
a { background-color: #825441; }
a { background-color: rgb(130,84,65); }
div.DivClassName
{
background-color: #825441;
}
.BgClassName
{
background-color: #825441;
}
</style>
border-color css
<style>
span { border-color: #825441; }
span { border-color: rgb(130,84,65); }
td.TdClassName
{
border-color: #825441;
}
.TagClassName
{
border-color: #825441;
}
</style>