Shades of Ironstone #834D3E
Tints of Ironstone #834D3E
RGB
CMYK
RGB Variations
Color information
#834D3E (or 0x834D3E) is known color: Ironstone. HEX triplet: 83, 4D and 3E. RGB value is (131,77,62). Sum of RGB (Red+Green+Blue) = 131+77+62=270 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.52% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 131 - color contains mainly: red. Hex color #834D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834D3E is #7CB2C1. Grayscale: #5B5B5B. Windows color (decimal): -8172226 or 4083075. OLE color: 4083075.
HSL color Cylindrical-coordinate representation of color #834D3E: hue angle of 13.04º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #834D3E is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 77 | 62 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.49 |
| HSL | 13.04º | 0.36% | 0.38% | - |
| HSV(B) | 13.04º | 0.53% | 0.51% | - |
| XYZ | 12.88 | 10.48 | 5.9 | - |
| YUV | 91.44 | 111.39 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 77 | 62 | 0 | 0.41 | 0.53 | 0.49 | 13.04 | 0.36 | 0.38 |
| Hex | 83 | 4D | 3E | 0 | 29 | 35 | 31 | D | 24 | 26 |
| Octal | 203 | 115 | 76 | 0 | 51 | 65 | 61 | 15 | 44 | 46 |
| Binary | 10000011 | 1001101 | 111110 | 0 | 101001 | 110101 | 110001 | 1101 | 100100 | 100110 |
Color Harmonies of #834D3E
Complementary color
Monochromatic Colors of #834D3E
Black with #834D3E
Text Example
Text Example
White with #834D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834D3E; }
p { color: rgb(131,77,62); }
H1.HeaderClassName
{
color: #834D3E;
}
.AnyTagClassName
{
color: #834D3E;
}
</style>
background-color css
<style>
a { background-color: #834D3E; }
a { background-color: rgb(131,77,62); }
div.DivClassName
{
background-color: #834D3E;
}
.BgClassName
{
background-color: #834D3E;
}
</style>
border-color css
<style>
span { border-color: #834D3E; }
span { border-color: rgb(131,77,62); }
td.TdClassName
{
border-color: #834D3E;
}
.TagClassName
{
border-color: #834D3E;
}
</style>