Shades of Ironstone #824E44
Tints of Ironstone #824E44
RGB
CMYK
RGB Variations
Color information
#824E44 (or 0x824E44) is known color: Ironstone. HEX triplet: 82, 4E and 44. RGB value is (130,78,68). Sum of RGB (Red+Green+Blue) = 130+78+68=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #824E44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824E44 is #7DB1BB. Grayscale: #5C5C5C. Windows color (decimal): -8237500 or 4476546. OLE color: 4476546.
HSL color Cylindrical-coordinate representation of color #824E44: hue angle of 9.68º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #824E44 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 78 | 68 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.49 |
| HSL | 9.68º | 0.31% | 0.39% | - |
| HSV(B) | 9.68º | 0.48% | 0.51% | - |
| XYZ | 12.97 | 10.61 | 6.83 | - |
| YUV | 92.41 | 114.23 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 78 | 68 | 0 | 0.40 | 0.48 | 0.49 | 9.68 | 0.31 | 0.39 |
| Hex | 82 | 4E | 44 | 0 | 28 | 30 | 31 | A | 1F | 27 |
| Octal | 202 | 116 | 104 | 0 | 50 | 60 | 61 | 12 | 37 | 47 |
| Binary | 10000010 | 1001110 | 1000100 | 0 | 101000 | 110000 | 110001 | 1010 | 11111 | 100111 |
Color Harmonies of #824E44
Complementary color
Monochromatic Colors of #824E44
Black with #824E44
Text Example
Text Example
White with #824E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824E44; }
p { color: rgb(130,78,68); }
H1.HeaderClassName
{
color: #824E44;
}
.AnyTagClassName
{
color: #824E44;
}
</style>
background-color css
<style>
a { background-color: #824E44; }
a { background-color: rgb(130,78,68); }
div.DivClassName
{
background-color: #824E44;
}
.BgClassName
{
background-color: #824E44;
}
</style>
border-color css
<style>
span { border-color: #824E44; }
span { border-color: rgb(130,78,68); }
td.TdClassName
{
border-color: #824E44;
}
.TagClassName
{
border-color: #824E44;
}
</style>