Shades of Ironstone #824E41
Tints of Ironstone #824E41
RGB
CMYK
RGB Variations
Color information
#824E41 (or 0x824E41) is known color: Ironstone. HEX triplet: 82, 4E and 41. RGB value is (130,78,65). Sum of RGB (Red+Green+Blue) = 130+78+65=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #824E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824E41 is #7DB1BE. Grayscale: #5C5C5C. Windows color (decimal): -8237503 or 4279938. OLE color: 4279938.
HSL color Cylindrical-coordinate representation of color #824E41: hue angle of 12º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #824E41 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 78 | 65 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.49 |
| HSL | 12º | 0.33% | 0.38% | - |
| HSV(B) | 12º | 0.5% | 0.51% | - |
| XYZ | 12.88 | 10.58 | 6.36 | - |
| YUV | 92.07 | 112.73 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 78 | 65 | 0 | 0.40 | 0.50 | 0.49 | 12 | 0.33 | 0.38 |
| Hex | 82 | 4E | 41 | 0 | 28 | 32 | 31 | C | 21 | 26 |
| Octal | 202 | 116 | 101 | 0 | 50 | 62 | 61 | 14 | 41 | 46 |
| Binary | 10000010 | 1001110 | 1000001 | 0 | 101000 | 110010 | 110001 | 1100 | 100001 | 100110 |
Color Harmonies of #824E41
Complementary color
Monochromatic Colors of #824E41
Black with #824E41
Text Example
Text Example
White with #824E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824E41; }
p { color: rgb(130,78,65); }
H1.HeaderClassName
{
color: #824E41;
}
.AnyTagClassName
{
color: #824E41;
}
</style>
background-color css
<style>
a { background-color: #824E41; }
a { background-color: rgb(130,78,65); }
div.DivClassName
{
background-color: #824E41;
}
.BgClassName
{
background-color: #824E41;
}
</style>
border-color css
<style>
span { border-color: #824E41; }
span { border-color: rgb(130,78,65); }
td.TdClassName
{
border-color: #824E41;
}
.TagClassName
{
border-color: #824E41;
}
</style>