Shades of Ferra #83716E
Tints of Ferra #83716E
RGB
CMYK
RGB Variations
Color information
#83716E (or 0x83716E) is known color: Ferra. HEX triplet: 83, 71 and 6E. RGB value is (131,113,110). Sum of RGB (Red+Green+Blue) = 131+113+110=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 131 - color contains mainly: red. Hex color #83716E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83716E is #7C8E91. Grayscale: #767676. Windows color (decimal): -8162962 or 7238019. OLE color: 7238019.
HSL color Cylindrical-coordinate representation of color #83716E: hue angle of 8.57º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #83716E is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 113 | 110 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.49 |
| HSL | 8.57º | 0.09% | 0.47% | - |
| HSV(B) | 8.57º | 0.16% | 0.51% | - |
| XYZ | 18.08 | 17.76 | 17.23 | - |
| YUV | 118.04 | 123.46 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 113 | 110 | 0 | 0.14 | 0.16 | 0.49 | 8.57 | 0.09 | 0.47 |
| Hex | 83 | 71 | 6E | 0 | E | 10 | 31 | 9 | 9 | 2F |
| Octal | 203 | 161 | 156 | 0 | 16 | 20 | 61 | 11 | 11 | 57 |
| Binary | 10000011 | 1110001 | 1101110 | 0 | 1110 | 10000 | 110001 | 1001 | 1001 | 101111 |
Color Harmonies of #83716E
Complementary color
Monochromatic Colors of #83716E
Black with #83716E
Text Example
Text Example
White with #83716E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83716E; }
p { color: rgb(131,113,110); }
H1.HeaderClassName
{
color: #83716E;
}
.AnyTagClassName
{
color: #83716E;
}
</style>
background-color css
<style>
a { background-color: #83716E; }
a { background-color: rgb(131,113,110); }
div.DivClassName
{
background-color: #83716E;
}
.BgClassName
{
background-color: #83716E;
}
</style>
border-color css
<style>
span { border-color: #83716E; }
span { border-color: rgb(131,113,110); }
td.TdClassName
{
border-color: #83716E;
}
.TagClassName
{
border-color: #83716E;
}
</style>