Shades of Ironstone #825749
Tints of Ironstone #825749
RGB
CMYK
RGB Variations
Color information
#825749 (or 0x825749) is known color: Ironstone. HEX triplet: 82, 57 and 49. RGB value is (130,87,73). Sum of RGB (Red+Green+Blue) = 130+87+73=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 130 - color contains mainly: red. Hex color #825749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825749 is #7DA8B6. Grayscale: #626262. Windows color (decimal): -8235191 or 4806530. OLE color: 4806530.
HSL color Cylindrical-coordinate representation of color #825749: hue angle of 14.74º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #825749 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 87 | 73 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.49 |
| HSL | 14.74º | 0.28% | 0.4% | - |
| HSV(B) | 14.74º | 0.44% | 0.51% | - |
| XYZ | 13.82 | 12.04 | 7.9 | - |
| YUV | 98.26 | 113.75 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 87 | 73 | 0 | 0.33 | 0.44 | 0.49 | 14.74 | 0.28 | 0.4 |
| Hex | 82 | 57 | 49 | 0 | 21 | 2C | 31 | F | 1C | 28 |
| Octal | 202 | 127 | 111 | 0 | 41 | 54 | 61 | 17 | 34 | 50 |
| Binary | 10000010 | 1010111 | 1001001 | 0 | 100001 | 101100 | 110001 | 1111 | 11100 | 101000 |
Color Harmonies of #825749
Complementary color
Monochromatic Colors of #825749
Black with #825749
Text Example
Text Example
White with #825749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825749; }
p { color: rgb(130,87,73); }
H1.HeaderClassName
{
color: #825749;
}
.AnyTagClassName
{
color: #825749;
}
</style>
background-color css
<style>
a { background-color: #825749; }
a { background-color: rgb(130,87,73); }
div.DivClassName
{
background-color: #825749;
}
.BgClassName
{
background-color: #825749;
}
</style>
border-color css
<style>
span { border-color: #825749; }
span { border-color: rgb(130,87,73); }
td.TdClassName
{
border-color: #825749;
}
.TagClassName
{
border-color: #825749;
}
</style>