Shades of Ironstone #825444
Tints of Ironstone #825444
RGB
CMYK
RGB Variations
Color information
#825444 (or 0x825444) is known color: Ironstone. HEX triplet: 82, 54 and 44. RGB value is (130,84,68). Sum of RGB (Red+Green+Blue) = 130+84+68=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #825444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825444 is #7DABBB. Grayscale: #606060. Windows color (decimal): -8235964 or 4478082. OLE color: 4478082.
HSL color Cylindrical-coordinate representation of color #825444: hue angle of 15.48º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #825444 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 84 | 68 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.49 |
| HSL | 15.48º | 0.31% | 0.39% | - |
| HSV(B) | 15.48º | 0.48% | 0.51% | - |
| XYZ | 13.42 | 11.5 | 6.98 | - |
| YUV | 95.93 | 112.24 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 84 | 68 | 0 | 0.35 | 0.48 | 0.49 | 15.48 | 0.31 | 0.39 |
| Hex | 82 | 54 | 44 | 0 | 23 | 30 | 31 | F | 1F | 27 |
| Octal | 202 | 124 | 104 | 0 | 43 | 60 | 61 | 17 | 37 | 47 |
| Binary | 10000010 | 1010100 | 1000100 | 0 | 100011 | 110000 | 110001 | 1111 | 11111 | 100111 |
Color Harmonies of #825444
Complementary color
Monochromatic Colors of #825444
Black with #825444
Text Example
Text Example
White with #825444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825444; }
p { color: rgb(130,84,68); }
H1.HeaderClassName
{
color: #825444;
}
.AnyTagClassName
{
color: #825444;
}
</style>
background-color css
<style>
a { background-color: #825444; }
a { background-color: rgb(130,84,68); }
div.DivClassName
{
background-color: #825444;
}
.BgClassName
{
background-color: #825444;
}
</style>
border-color css
<style>
span { border-color: #825444; }
span { border-color: rgb(130,84,68); }
td.TdClassName
{
border-color: #825444;
}
.TagClassName
{
border-color: #825444;
}
</style>