Shades of Ironstone #81564C
Tints of Ironstone #81564C
RGB
CMYK
RGB Variations
Color information
#81564C (or 0x81564C) is known color: Ironstone. HEX triplet: 81, 56 and 4C. RGB value is (129,86,76). Sum of RGB (Red+Green+Blue) = 129+86+76=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 129 - color contains mainly: red. Hex color #81564C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81564C is #7EA9B3. Grayscale: #616161. Windows color (decimal): -8300980 or 5002881. OLE color: 5002881.
HSL color Cylindrical-coordinate representation of color #81564C: hue angle of 11.32º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81564C is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 86 | 76 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.49 |
| HSL | 11.32º | 0.26% | 0.4% | - |
| HSV(B) | 11.32º | 0.41% | 0.51% | - |
| XYZ | 13.69 | 11.84 | 8.4 | - |
| YUV | 97.72 | 115.75 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 86 | 76 | 0 | 0.33 | 0.41 | 0.49 | 11.32 | 0.26 | 0.4 |
| Hex | 81 | 56 | 4C | 0 | 21 | 29 | 31 | B | 1A | 28 |
| Octal | 201 | 126 | 114 | 0 | 41 | 51 | 61 | 13 | 32 | 50 |
| Binary | 10000001 | 1010110 | 1001100 | 0 | 100001 | 101001 | 110001 | 1011 | 11010 | 101000 |
Color Harmonies of #81564C
Complementary color
Monochromatic Colors of #81564C
Black with #81564C
Text Example
Text Example
White with #81564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81564C; }
p { color: rgb(129,86,76); }
H1.HeaderClassName
{
color: #81564C;
}
.AnyTagClassName
{
color: #81564C;
}
</style>
background-color css
<style>
a { background-color: #81564C; }
a { background-color: rgb(129,86,76); }
div.DivClassName
{
background-color: #81564C;
}
.BgClassName
{
background-color: #81564C;
}
</style>
border-color css
<style>
span { border-color: #81564C; }
span { border-color: rgb(129,86,76); }
td.TdClassName
{
border-color: #81564C;
}
.TagClassName
{
border-color: #81564C;
}
</style>