Shades of Ironstone #805348
Tints of Ironstone #805348
RGB
CMYK
RGB Variations
Color information
#805348 (or 0x805348) is known color: Ironstone. HEX triplet: 80, 53 and 48. RGB value is (128,83,72). Sum of RGB (Red+Green+Blue) = 128+83+72=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 128 - color contains mainly: red. Hex color #805348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805348 is #7FACB7. Grayscale: #5F5F5F. Windows color (decimal): -8367288 or 4739968. OLE color: 4739968.
HSL color Cylindrical-coordinate representation of color #805348: hue angle of 11.79º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #805348 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 83 | 72 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.50 |
| HSL | 11.79º | 0.28% | 0.39% | - |
| HSV(B) | 11.79º | 0.44% | 0.5% | - |
| XYZ | 13.17 | 11.24 | 7.61 | - |
| YUV | 95.2 | 114.91 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 83 | 72 | 0 | 0.35 | 0.44 | 0.50 | 11.79 | 0.28 | 0.39 |
| Hex | 80 | 53 | 48 | 0 | 23 | 2C | 32 | C | 1C | 27 |
| Octal | 200 | 123 | 110 | 0 | 43 | 54 | 62 | 14 | 34 | 47 |
| Binary | 10000000 | 1010011 | 1001000 | 0 | 100011 | 101100 | 110010 | 1100 | 11100 | 100111 |
Color Harmonies of #805348
Complementary color
Monochromatic Colors of #805348
Black with #805348
Text Example
Text Example
White with #805348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805348; }
p { color: rgb(128,83,72); }
H1.HeaderClassName
{
color: #805348;
}
.AnyTagClassName
{
color: #805348;
}
</style>
background-color css
<style>
a { background-color: #805348; }
a { background-color: rgb(128,83,72); }
div.DivClassName
{
background-color: #805348;
}
.BgClassName
{
background-color: #805348;
}
</style>
border-color css
<style>
span { border-color: #805348; }
span { border-color: rgb(128,83,72); }
td.TdClassName
{
border-color: #805348;
}
.TagClassName
{
border-color: #805348;
}
</style>