Shades of Ironstone #825245
Tints of Ironstone #825245
RGB
CMYK
RGB Variations
Color information
#825245 (or 0x825245) is known color: Ironstone. HEX triplet: 82, 52 and 45. RGB value is (130,82,69). Sum of RGB (Red+Green+Blue) = 130+82+69=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #825245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825245 is #7DADBA. Grayscale: #5E5E5E. Windows color (decimal): -8236475 or 4543106. OLE color: 4543106.
HSL color Cylindrical-coordinate representation of color #825245: hue angle of 12.79º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #825245 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 82 | 69 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.49 |
| HSL | 12.79º | 0.31% | 0.39% | - |
| HSV(B) | 12.79º | 0.47% | 0.51% | - |
| XYZ | 13.3 | 11.21 | 7.09 | - |
| YUV | 94.87 | 113.4 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 69 | 0 | 0.37 | 0.47 | 0.49 | 12.79 | 0.31 | 0.39 |
| Hex | 82 | 52 | 45 | 0 | 25 | 2F | 31 | D | 1F | 27 |
| Octal | 202 | 122 | 105 | 0 | 45 | 57 | 61 | 15 | 37 | 47 |
| Binary | 10000010 | 1010010 | 1000101 | 0 | 100101 | 101111 | 110001 | 1101 | 11111 | 100111 |
Color Harmonies of #825245
Complementary color
Monochromatic Colors of #825245
Black with #825245
Text Example
Text Example
White with #825245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825245; }
p { color: rgb(130,82,69); }
H1.HeaderClassName
{
color: #825245;
}
.AnyTagClassName
{
color: #825245;
}
</style>
background-color css
<style>
a { background-color: #825245; }
a { background-color: rgb(130,82,69); }
div.DivClassName
{
background-color: #825245;
}
.BgClassName
{
background-color: #825245;
}
</style>
border-color css
<style>
span { border-color: #825245; }
span { border-color: rgb(130,82,69); }
td.TdClassName
{
border-color: #825245;
}
.TagClassName
{
border-color: #825245;
}
</style>