Shades of Ferra #83706D
Tints of Ferra #83706D
RGB
CMYK
RGB Variations
Color information
#83706D (or 0x83706D) is known color: Ferra. HEX triplet: 83, 70 and 6D. RGB value is (131,112,109). Sum of RGB (Red+Green+Blue) = 131+112+109=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 131 - color contains mainly: red. Hex color #83706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83706D is #7C8F92. Grayscale: #757575. Windows color (decimal): -8163219 or 7172227. OLE color: 7172227.
HSL color Cylindrical-coordinate representation of color #83706D: hue angle of 8.18º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #83706D is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 112 | 109 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.49 |
| HSL | 8.18º | 0.09% | 0.47% | - |
| HSV(B) | 8.18º | 0.17% | 0.51% | - |
| XYZ | 17.91 | 17.52 | 16.91 | - |
| YUV | 117.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 112 | 109 | 0 | 0.15 | 0.17 | 0.49 | 8.18 | 0.09 | 0.47 |
| Hex | 83 | 70 | 6D | 0 | F | 11 | 31 | 8 | 9 | 2F |
| Octal | 203 | 160 | 155 | 0 | 17 | 21 | 61 | 10 | 11 | 57 |
| Binary | 10000011 | 1110000 | 1101101 | 0 | 1111 | 10001 | 110001 | 1000 | 1001 | 101111 |
Color Harmonies of #83706D
Complementary color
Monochromatic Colors of #83706D
Black with #83706D
Text Example
Text Example
White with #83706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83706D; }
p { color: rgb(131,112,109); }
H1.HeaderClassName
{
color: #83706D;
}
.AnyTagClassName
{
color: #83706D;
}
</style>
background-color css
<style>
a { background-color: #83706D; }
a { background-color: rgb(131,112,109); }
div.DivClassName
{
background-color: #83706D;
}
.BgClassName
{
background-color: #83706D;
}
</style>
border-color css
<style>
span { border-color: #83706D; }
span { border-color: rgb(131,112,109); }
td.TdClassName
{
border-color: #83706D;
}
.TagClassName
{
border-color: #83706D;
}
</style>