Shades of Ironstone #834D3C
Tints of Ironstone #834D3C
RGB
CMYK
RGB Variations
Color information
#834D3C (or 0x834D3C) is known color: Ironstone. HEX triplet: 83, 4D and 3C. RGB value is (131,77,60). Sum of RGB (Red+Green+Blue) = 131+77+60=268 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.88% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 131 - color contains mainly: red. Hex color #834D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834D3C is #7CB2C3. Grayscale: #5B5B5B. Windows color (decimal): -8172228 or 3952003. OLE color: 3952003.
HSL color Cylindrical-coordinate representation of color #834D3C: hue angle of 14.37º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #834D3C is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 77 | 60 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.49 |
| HSL | 14.37º | 0.37% | 0.37% | - |
| HSV(B) | 14.37º | 0.54% | 0.51% | - |
| XYZ | 12.83 | 10.46 | 5.62 | - |
| YUV | 91.21 | 110.39 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 77 | 60 | 0 | 0.41 | 0.54 | 0.49 | 14.37 | 0.37 | 0.37 |
| Hex | 83 | 4D | 3C | 0 | 29 | 36 | 31 | E | 25 | 25 |
| Octal | 203 | 115 | 74 | 0 | 51 | 66 | 61 | 16 | 45 | 45 |
| Binary | 10000011 | 1001101 | 111100 | 0 | 101001 | 110110 | 110001 | 1110 | 100101 | 100101 |
Color Harmonies of #834D3C
Complementary color
Monochromatic Colors of #834D3C
Black with #834D3C
Text Example
Text Example
White with #834D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834D3C; }
p { color: rgb(131,77,60); }
H1.HeaderClassName
{
color: #834D3C;
}
.AnyTagClassName
{
color: #834D3C;
}
</style>
background-color css
<style>
a { background-color: #834D3C; }
a { background-color: rgb(131,77,60); }
div.DivClassName
{
background-color: #834D3C;
}
.BgClassName
{
background-color: #834D3C;
}
</style>
border-color css
<style>
span { border-color: #834D3C; }
span { border-color: rgb(131,77,60); }
td.TdClassName
{
border-color: #834D3C;
}
.TagClassName
{
border-color: #834D3C;
}
</style>