Shades of Ironstone #825545
Tints of Ironstone #825545
RGB
CMYK
RGB Variations
Color information
#825545 (or 0x825545) is known color: Ironstone. HEX triplet: 82, 55 and 45. RGB value is (130,85,69). Sum of RGB (Red+Green+Blue) = 130+85+69=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #825545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825545 is #7DAABA. Grayscale: #606060. Windows color (decimal): -8235707 or 4543874. OLE color: 4543874.
HSL color Cylindrical-coordinate representation of color #825545: hue angle of 15.74º 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 #825545 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 85 | 69 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.49 |
| HSL | 15.74º | 0.31% | 0.39% | - |
| HSV(B) | 15.74º | 0.47% | 0.51% | - |
| XYZ | 13.53 | 11.67 | 7.17 | - |
| YUV | 96.63 | 112.41 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 85 | 69 | 0 | 0.35 | 0.47 | 0.49 | 15.74 | 0.31 | 0.39 |
| Hex | 82 | 55 | 45 | 0 | 23 | 2F | 31 | 10 | 1F | 27 |
| Octal | 202 | 125 | 105 | 0 | 43 | 57 | 61 | 20 | 37 | 47 |
| Binary | 10000010 | 1010101 | 1000101 | 0 | 100011 | 101111 | 110001 | 10000 | 11111 | 100111 |
Color Harmonies of #825545
Complementary color
Monochromatic Colors of #825545
Black with #825545
Text Example
Text Example
White with #825545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825545; }
p { color: rgb(130,85,69); }
H1.HeaderClassName
{
color: #825545;
}
.AnyTagClassName
{
color: #825545;
}
</style>
background-color css
<style>
a { background-color: #825545; }
a { background-color: rgb(130,85,69); }
div.DivClassName
{
background-color: #825545;
}
.BgClassName
{
background-color: #825545;
}
</style>
border-color css
<style>
span { border-color: #825545; }
span { border-color: rgb(130,85,69); }
td.TdClassName
{
border-color: #825545;
}
.TagClassName
{
border-color: #825545;
}
</style>