Shades of Ironstone #83574A
Tints of Ironstone #83574A
RGB
CMYK
RGB Variations
Color information
#83574A (or 0x83574A) is known color: Ironstone. HEX triplet: 83, 57 and 4A. RGB value is (131,87,74). Sum of RGB (Red+Green+Blue) = 131+87+74=292 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.86% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 131 - color contains mainly: red. Hex color #83574A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83574A is #7CA8B5. Grayscale: #626262. Windows color (decimal): -8169654 or 4872067. OLE color: 4872067.
HSL color Cylindrical-coordinate representation of color #83574A: hue angle of 13.68º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83574A is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 87 | 74 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.49 |
| HSL | 13.68º | 0.28% | 0.4% | - |
| HSV(B) | 13.68º | 0.44% | 0.51% | - |
| XYZ | 14 | 12.14 | 8.08 | - |
| YUV | 98.67 | 114.08 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 87 | 74 | 0 | 0.34 | 0.44 | 0.49 | 13.68 | 0.28 | 0.4 |
| Hex | 83 | 57 | 4A | 0 | 22 | 2C | 31 | E | 1C | 28 |
| Octal | 203 | 127 | 112 | 0 | 42 | 54 | 61 | 16 | 34 | 50 |
| Binary | 10000011 | 1010111 | 1001010 | 0 | 100010 | 101100 | 110001 | 1110 | 11100 | 101000 |
Color Harmonies of #83574A
Complementary color
Monochromatic Colors of #83574A
Black with #83574A
Text Example
Text Example
White with #83574A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83574A; }
p { color: rgb(131,87,74); }
H1.HeaderClassName
{
color: #83574A;
}
.AnyTagClassName
{
color: #83574A;
}
</style>
background-color css
<style>
a { background-color: #83574A; }
a { background-color: rgb(131,87,74); }
div.DivClassName
{
background-color: #83574A;
}
.BgClassName
{
background-color: #83574A;
}
</style>
border-color css
<style>
span { border-color: #83574A; }
span { border-color: rgb(131,87,74); }
td.TdClassName
{
border-color: #83574A;
}
.TagClassName
{
border-color: #83574A;
}
</style>