Shades of Ironstone #804F40
Tints of Ironstone #804F40
RGB
CMYK
RGB Variations
Color information
#804F40 (or 0x804F40) is known color: Ironstone. HEX triplet: 80, 4F and 40. RGB value is (128,79,64). Sum of RGB (Red+Green+Blue) = 128+79+64=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #804F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804F40 is #7FB0BF. Grayscale: #5C5C5C. Windows color (decimal): -8368320 or 4214656. OLE color: 4214656.
HSL color Cylindrical-coordinate representation of color #804F40: hue angle of 14.06º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #804F40 is Cyan = 0, Magento = 0.38, Yellow = 0.5 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 79 | 64 | - |
| CMYK | 0 | 0.38 | 0.5 | 0.50 |
| HSL | 14.06º | 0.33% | 0.38% | - |
| HSV(B) | 14.06º | 0.5% | 0.5% | - |
| XYZ | 12.62 | 10.55 | 6.22 | - |
| YUV | 91.94 | 112.23 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 79 | 64 | 0 | 0.38 | 0.5 | 0.50 | 14.06 | 0.33 | 0.38 |
| Hex | 80 | 4F | 40 | 0 | 26 | 32 | 32 | E | 21 | 26 |
| Octal | 200 | 117 | 100 | 0 | 46 | 62 | 62 | 16 | 41 | 46 |
| Binary | 10000000 | 1001111 | 1000000 | 0 | 100110 | 110010 | 110010 | 1110 | 100001 | 100110 |
Color Harmonies of #804F40
Complementary color
Monochromatic Colors of #804F40
Black with #804F40
Text Example
Text Example
White with #804F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804F40; }
p { color: rgb(128,79,64); }
H1.HeaderClassName
{
color: #804F40;
}
.AnyTagClassName
{
color: #804F40;
}
</style>
background-color css
<style>
a { background-color: #804F40; }
a { background-color: rgb(128,79,64); }
div.DivClassName
{
background-color: #804F40;
}
.BgClassName
{
background-color: #804F40;
}
</style>
border-color css
<style>
span { border-color: #804F40; }
span { border-color: rgb(128,79,64); }
td.TdClassName
{
border-color: #804F40;
}
.TagClassName
{
border-color: #804F40;
}
</style>