Shades of Ironstone #804D42
Tints of Ironstone #804D42
RGB
CMYK
RGB Variations
Color information
#804D42 (or 0x804D42) is known color: Ironstone. HEX triplet: 80, 4D and 42. RGB value is (128,77,66). Sum of RGB (Red+Green+Blue) = 128+77+66=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #804D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804D42 is #7FB2BD. Grayscale: #5B5B5B. Windows color (decimal): -8368830 or 4345216. OLE color: 4345216.
HSL color Cylindrical-coordinate representation of color #804D42: hue angle of 10.65º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #804D42 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 77 | 66 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.50 |
| HSL | 10.65º | 0.32% | 0.38% | - |
| HSV(B) | 10.65º | 0.48% | 0.5% | - |
| XYZ | 12.54 | 10.29 | 6.48 | - |
| YUV | 91 | 113.9 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 77 | 66 | 0 | 0.40 | 0.48 | 0.50 | 10.65 | 0.32 | 0.38 |
| Hex | 80 | 4D | 42 | 0 | 28 | 30 | 32 | B | 20 | 26 |
| Octal | 200 | 115 | 102 | 0 | 50 | 60 | 62 | 13 | 40 | 46 |
| Binary | 10000000 | 1001101 | 1000010 | 0 | 101000 | 110000 | 110010 | 1011 | 100000 | 100110 |
Color Harmonies of #804D42
Complementary color
Monochromatic Colors of #804D42
Black with #804D42
Text Example
Text Example
White with #804D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804D42; }
p { color: rgb(128,77,66); }
H1.HeaderClassName
{
color: #804D42;
}
.AnyTagClassName
{
color: #804D42;
}
</style>
background-color css
<style>
a { background-color: #804D42; }
a { background-color: rgb(128,77,66); }
div.DivClassName
{
background-color: #804D42;
}
.BgClassName
{
background-color: #804D42;
}
</style>
border-color css
<style>
span { border-color: #804D42; }
span { border-color: rgb(128,77,66); }
td.TdClassName
{
border-color: #804D42;
}
.TagClassName
{
border-color: #804D42;
}
</style>