Shades of Ironstone #844F3D
Tints of Ironstone #844F3D
RGB
CMYK
RGB Variations
Color information
#844F3D (or 0x844F3D) is known color: Ironstone. HEX triplet: 84, 4F and 3D. RGB value is (132,79,61). Sum of RGB (Red+Green+Blue) = 132+79+61=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 132 - color contains mainly: red. Hex color #844F3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844F3D is #7BB0C2. Grayscale: #5C5C5C. Windows color (decimal): -8106179 or 4018052. OLE color: 4018052.
HSL color Cylindrical-coordinate representation of color #844F3D: hue angle of 15.21º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #844F3D is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 79 | 61 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.48 |
| HSL | 15.21º | 0.37% | 0.38% | - |
| HSV(B) | 15.21º | 0.54% | 0.52% | - |
| XYZ | 13.15 | 10.83 | 5.81 | - |
| YUV | 92.8 | 110.06 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 61 | 0 | 0.40 | 0.54 | 0.48 | 15.21 | 0.37 | 0.38 |
| Hex | 84 | 4F | 3D | 0 | 28 | 36 | 30 | F | 25 | 26 |
| Octal | 204 | 117 | 75 | 0 | 50 | 66 | 60 | 17 | 45 | 46 |
| Binary | 10000100 | 1001111 | 111101 | 0 | 101000 | 110110 | 110000 | 1111 | 100101 | 100110 |
Color Harmonies of #844F3D
Complementary color
Monochromatic Colors of #844F3D
Black with #844F3D
Text Example
Text Example
White with #844F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844F3D; }
p { color: rgb(132,79,61); }
H1.HeaderClassName
{
color: #844F3D;
}
.AnyTagClassName
{
color: #844F3D;
}
</style>
background-color css
<style>
a { background-color: #844F3D; }
a { background-color: rgb(132,79,61); }
div.DivClassName
{
background-color: #844F3D;
}
.BgClassName
{
background-color: #844F3D;
}
</style>
border-color css
<style>
span { border-color: #844F3D; }
span { border-color: rgb(132,79,61); }
td.TdClassName
{
border-color: #844F3D;
}
.TagClassName
{
border-color: #844F3D;
}
</style>