Shades of Ironstone #81564B
Tints of Ironstone #81564B
RGB
CMYK
RGB Variations
Color information
#81564B (or 0x81564B) is known color: Ironstone. HEX triplet: 81, 56 and 4B. RGB value is (129,86,75). Sum of RGB (Red+Green+Blue) = 129+86+75=290 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.48% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 129 - color contains mainly: red. Hex color #81564B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81564B is #7EA9B4. Grayscale: #616161. Windows color (decimal): -8300981 or 4937345. OLE color: 4937345.
HSL color Cylindrical-coordinate representation of color #81564B: hue angle of 12.22º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81564B is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 86 | 75 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.49 |
| HSL | 12.22º | 0.26% | 0.4% | - |
| HSV(B) | 12.22º | 0.42% | 0.51% | - |
| XYZ | 13.65 | 11.83 | 8.22 | - |
| YUV | 97.6 | 115.25 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 86 | 75 | 0 | 0.33 | 0.42 | 0.49 | 12.22 | 0.26 | 0.4 |
| Hex | 81 | 56 | 4B | 0 | 21 | 2A | 31 | C | 1A | 28 |
| Octal | 201 | 126 | 113 | 0 | 41 | 52 | 61 | 14 | 32 | 50 |
| Binary | 10000001 | 1010110 | 1001011 | 0 | 100001 | 101010 | 110001 | 1100 | 11010 | 101000 |
Color Harmonies of #81564B
Complementary color
Monochromatic Colors of #81564B
Black with #81564B
Text Example
Text Example
White with #81564B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81564B; }
p { color: rgb(129,86,75); }
H1.HeaderClassName
{
color: #81564B;
}
.AnyTagClassName
{
color: #81564B;
}
</style>
background-color css
<style>
a { background-color: #81564B; }
a { background-color: rgb(129,86,75); }
div.DivClassName
{
background-color: #81564B;
}
.BgClassName
{
background-color: #81564B;
}
</style>
border-color css
<style>
span { border-color: #81564B; }
span { border-color: rgb(129,86,75); }
td.TdClassName
{
border-color: #81564B;
}
.TagClassName
{
border-color: #81564B;
}
</style>