Shades of Ironstone #825047
Tints of Ironstone #825047
RGB
CMYK
RGB Variations
Color information
#825047 (or 0x825047) is known color: Ironstone. HEX triplet: 82, 50 and 47. RGB value is (130,80,71). Sum of RGB (Red+Green+Blue) = 130+80+71=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 71 (28.12% from 255 or 25.27% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #825047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825047 is #7DAFB8. Grayscale: #5E5E5E. Windows color (decimal): -8236985 or 4673666. OLE color: 4673666.
HSL color Cylindrical-coordinate representation of color #825047: hue angle of 9.15º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #825047 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 80 | 71 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.49 |
| HSL | 9.15º | 0.29% | 0.39% | - |
| HSV(B) | 9.15º | 0.45% | 0.51% | - |
| XYZ | 13.21 | 10.94 | 7.38 | - |
| YUV | 93.92 | 115.07 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 80 | 71 | 0 | 0.38 | 0.45 | 0.49 | 9.15 | 0.29 | 0.39 |
| Hex | 82 | 50 | 47 | 0 | 26 | 2D | 31 | 9 | 1D | 27 |
| Octal | 202 | 120 | 107 | 0 | 46 | 55 | 61 | 11 | 35 | 47 |
| Binary | 10000010 | 1010000 | 1000111 | 0 | 100110 | 101101 | 110001 | 1001 | 11101 | 100111 |
Color Harmonies of #825047
Complementary color
Monochromatic Colors of #825047
Black with #825047
Text Example
Text Example
White with #825047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825047; }
p { color: rgb(130,80,71); }
H1.HeaderClassName
{
color: #825047;
}
.AnyTagClassName
{
color: #825047;
}
</style>
background-color css
<style>
a { background-color: #825047; }
a { background-color: rgb(130,80,71); }
div.DivClassName
{
background-color: #825047;
}
.BgClassName
{
background-color: #825047;
}
</style>
border-color css
<style>
span { border-color: #825047; }
span { border-color: rgb(130,80,71); }
td.TdClassName
{
border-color: #825047;
}
.TagClassName
{
border-color: #825047;
}
</style>