Shades of Ironstone #815242
Tints of Ironstone #815242
RGB
CMYK
RGB Variations
Color information
#815242 (or 0x815242) is known color: Ironstone. HEX triplet: 81, 52 and 42. RGB value is (129,82,66). Sum of RGB (Red+Green+Blue) = 129+82+66=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 129 - color contains mainly: red. Hex color #815242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815242 is #7EADBD. Grayscale: #5E5E5E. Windows color (decimal): -8302014 or 4346497. OLE color: 4346497.
HSL color Cylindrical-coordinate representation of color #815242: hue angle of 15.24º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #815242 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 82 | 66 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.49 |
| HSL | 15.24º | 0.32% | 0.38% | - |
| HSV(B) | 15.24º | 0.49% | 0.51% | - |
| XYZ | 13.05 | 11.1 | 6.61 | - |
| YUV | 94.23 | 112.07 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 82 | 66 | 0 | 0.36 | 0.49 | 0.49 | 15.24 | 0.32 | 0.38 |
| Hex | 81 | 52 | 42 | 0 | 24 | 31 | 31 | F | 20 | 26 |
| Octal | 201 | 122 | 102 | 0 | 44 | 61 | 61 | 17 | 40 | 46 |
| Binary | 10000001 | 1010010 | 1000010 | 0 | 100100 | 110001 | 110001 | 1111 | 100000 | 100110 |
Color Harmonies of #815242
Complementary color
Monochromatic Colors of #815242
Black with #815242
Text Example
Text Example
White with #815242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815242; }
p { color: rgb(129,82,66); }
H1.HeaderClassName
{
color: #815242;
}
.AnyTagClassName
{
color: #815242;
}
</style>
background-color css
<style>
a { background-color: #815242; }
a { background-color: rgb(129,82,66); }
div.DivClassName
{
background-color: #815242;
}
.BgClassName
{
background-color: #815242;
}
</style>
border-color css
<style>
span { border-color: #815242; }
span { border-color: rgb(129,82,66); }
td.TdClassName
{
border-color: #815242;
}
.TagClassName
{
border-color: #815242;
}
</style>