Shades of Ironstone #824D3E
Tints of Ironstone #824D3E
RGB
CMYK
RGB Variations
Color information
#824D3E (or 0x824D3E) is known color: Ironstone. HEX triplet: 82, 4D and 3E. RGB value is (130,77,62). Sum of RGB (Red+Green+Blue) = 130+77+62=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #824D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824D3E is #7DB2C1. Grayscale: #5B5B5B. Windows color (decimal): -8237762 or 4083074. OLE color: 4083074.
HSL color Cylindrical-coordinate representation of color #824D3E: hue angle of 13.24º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #824D3E is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 77 | 62 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.49 |
| HSL | 13.24º | 0.35% | 0.38% | - |
| HSV(B) | 13.24º | 0.52% | 0.51% | - |
| XYZ | 12.73 | 10.4 | 5.89 | - |
| YUV | 91.14 | 111.56 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 62 | 0 | 0.41 | 0.52 | 0.49 | 13.24 | 0.35 | 0.38 |
| Hex | 82 | 4D | 3E | 0 | 29 | 34 | 31 | D | 23 | 26 |
| Octal | 202 | 115 | 76 | 0 | 51 | 64 | 61 | 15 | 43 | 46 |
| Binary | 10000010 | 1001101 | 111110 | 0 | 101001 | 110100 | 110001 | 1101 | 100011 | 100110 |
Color Harmonies of #824D3E
Complementary color
Monochromatic Colors of #824D3E
Black with #824D3E
Text Example
Text Example
White with #824D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824D3E; }
p { color: rgb(130,77,62); }
H1.HeaderClassName
{
color: #824D3E;
}
.AnyTagClassName
{
color: #824D3E;
}
</style>
background-color css
<style>
a { background-color: #824D3E; }
a { background-color: rgb(130,77,62); }
div.DivClassName
{
background-color: #824D3E;
}
.BgClassName
{
background-color: #824D3E;
}
</style>
border-color css
<style>
span { border-color: #824D3E; }
span { border-color: rgb(130,77,62); }
td.TdClassName
{
border-color: #824D3E;
}
.TagClassName
{
border-color: #824D3E;
}
</style>