Shades of Ironstone #834F3F
Tints of Ironstone #834F3F
RGB
CMYK
RGB Variations
Color information
#834F3F (or 0x834F3F) is known color: Ironstone. HEX triplet: 83, 4F and 3F. RGB value is (131,79,63). Sum of RGB (Red+Green+Blue) = 131+79+63=273 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.99% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 131 - color contains mainly: red. Hex color #834F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834F3F is #7CB0C0. Grayscale: #5C5C5C. Windows color (decimal): -8171713 or 4149123. OLE color: 4149123.
HSL color Cylindrical-coordinate representation of color #834F3F: hue angle of 14.12º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #834F3F is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 79 | 63 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.49 |
| HSL | 14.12º | 0.35% | 0.38% | - |
| HSV(B) | 14.12º | 0.52% | 0.51% | - |
| XYZ | 13.05 | 10.78 | 6.09 | - |
| YUV | 92.72 | 111.23 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 79 | 63 | 0 | 0.40 | 0.52 | 0.49 | 14.12 | 0.35 | 0.38 |
| Hex | 83 | 4F | 3F | 0 | 28 | 34 | 31 | E | 23 | 26 |
| Octal | 203 | 117 | 77 | 0 | 50 | 64 | 61 | 16 | 43 | 46 |
| Binary | 10000011 | 1001111 | 111111 | 0 | 101000 | 110100 | 110001 | 1110 | 100011 | 100110 |
Color Harmonies of #834F3F
Complementary color
Monochromatic Colors of #834F3F
Black with #834F3F
Text Example
Text Example
White with #834F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834F3F; }
p { color: rgb(131,79,63); }
H1.HeaderClassName
{
color: #834F3F;
}
.AnyTagClassName
{
color: #834F3F;
}
</style>
background-color css
<style>
a { background-color: #834F3F; }
a { background-color: rgb(131,79,63); }
div.DivClassName
{
background-color: #834F3F;
}
.BgClassName
{
background-color: #834F3F;
}
</style>
border-color css
<style>
span { border-color: #834F3F; }
span { border-color: rgb(131,79,63); }
td.TdClassName
{
border-color: #834F3F;
}
.TagClassName
{
border-color: #834F3F;
}
</style>