Shades of Ironstone #805349
Tints of Ironstone #805349
RGB
CMYK
RGB Variations
Color information
#805349 (or 0x805349) is known color: Ironstone. HEX triplet: 80, 53 and 49. RGB value is (128,83,73). Sum of RGB (Red+Green+Blue) = 128+83+73=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #805349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805349 is #7FACB6. Grayscale: #5F5F5F. Windows color (decimal): -8367287 or 4805504. OLE color: 4805504.
HSL color Cylindrical-coordinate representation of color #805349: hue angle of 10.91º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #805349 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 83 | 73 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.50 |
| HSL | 10.91º | 0.27% | 0.39% | - |
| HSV(B) | 10.91º | 0.43% | 0.5% | - |
| XYZ | 13.2 | 11.26 | 7.78 | - |
| YUV | 95.32 | 115.41 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 83 | 73 | 0 | 0.35 | 0.43 | 0.50 | 10.91 | 0.27 | 0.39 |
| Hex | 80 | 53 | 49 | 0 | 23 | 2B | 32 | B | 1B | 27 |
| Octal | 200 | 123 | 111 | 0 | 43 | 53 | 62 | 13 | 33 | 47 |
| Binary | 10000000 | 1010011 | 1001001 | 0 | 100011 | 101011 | 110010 | 1011 | 11011 | 100111 |
Color Harmonies of #805349
Complementary color
Monochromatic Colors of #805349
Black with #805349
Text Example
Text Example
White with #805349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805349; }
p { color: rgb(128,83,73); }
H1.HeaderClassName
{
color: #805349;
}
.AnyTagClassName
{
color: #805349;
}
</style>
background-color css
<style>
a { background-color: #805349; }
a { background-color: rgb(128,83,73); }
div.DivClassName
{
background-color: #805349;
}
.BgClassName
{
background-color: #805349;
}
</style>
border-color css
<style>
span { border-color: #805349; }
span { border-color: rgb(128,83,73); }
td.TdClassName
{
border-color: #805349;
}
.TagClassName
{
border-color: #805349;
}
</style>