Shades of Ironstone #825541
Tints of Ironstone #825541
RGB
CMYK
RGB Variations
Color information
#825541 (or 0x825541) is known color: Ironstone. HEX triplet: 82, 55 and 41. RGB value is (130,85,65). Sum of RGB (Red+Green+Blue) = 130+85+65=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #825541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825541 is #7DAABE. Grayscale: #606060. Windows color (decimal): -8235711 or 4281730. OLE color: 4281730.
HSL color Cylindrical-coordinate representation of color #825541: hue angle of 18.46º 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 #825541 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 85 | 65 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.49 |
| HSL | 18.46º | 0.33% | 0.38% | - |
| HSV(B) | 18.46º | 0.5% | 0.51% | - |
| XYZ | 13.41 | 11.62 | 6.54 | - |
| YUV | 96.18 | 110.41 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 85 | 65 | 0 | 0.35 | 0.50 | 0.49 | 18.46 | 0.33 | 0.38 |
| Hex | 82 | 55 | 41 | 0 | 23 | 32 | 31 | 12 | 21 | 26 |
| Octal | 202 | 125 | 101 | 0 | 43 | 62 | 61 | 22 | 41 | 46 |
| Binary | 10000010 | 1010101 | 1000001 | 0 | 100011 | 110010 | 110001 | 10010 | 100001 | 100110 |
Color Harmonies of #825541
Complementary color
Monochromatic Colors of #825541
Black with #825541
Text Example
Text Example
White with #825541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825541; }
p { color: rgb(130,85,65); }
H1.HeaderClassName
{
color: #825541;
}
.AnyTagClassName
{
color: #825541;
}
</style>
background-color css
<style>
a { background-color: #825541; }
a { background-color: rgb(130,85,65); }
div.DivClassName
{
background-color: #825541;
}
.BgClassName
{
background-color: #825541;
}
</style>
border-color css
<style>
span { border-color: #825541; }
span { border-color: rgb(130,85,65); }
td.TdClassName
{
border-color: #825541;
}
.TagClassName
{
border-color: #825541;
}
</style>