Shades of Ferra #83716C
Tints of Ferra #83716C
RGB
CMYK
RGB Variations
Color information
#83716C (or 0x83716C) is known color: Ferra. HEX triplet: 83, 71 and 6C. RGB value is (131,113,108). Sum of RGB (Red+Green+Blue) = 131+113+108=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 131 - color contains mainly: red. Hex color #83716C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83716C is #7C8E93. Grayscale: #757575. Windows color (decimal): -8162964 or 7106947. OLE color: 7106947.
HSL color Cylindrical-coordinate representation of color #83716C: hue angle of 13.04º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #83716C is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 113 | 108 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.49 |
| HSL | 13.04º | 0.1% | 0.47% | - |
| HSV(B) | 13.04º | 0.18% | 0.51% | - |
| XYZ | 17.97 | 17.72 | 16.66 | - |
| YUV | 117.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 113 | 108 | 0 | 0.14 | 0.18 | 0.49 | 13.04 | 0.1 | 0.47 |
| Hex | 83 | 71 | 6C | 0 | E | 12 | 31 | D | A | 2F |
| Octal | 203 | 161 | 154 | 0 | 16 | 22 | 61 | 15 | 12 | 57 |
| Binary | 10000011 | 1110001 | 1101100 | 0 | 1110 | 10010 | 110001 | 1101 | 1010 | 101111 |
Color Harmonies of #83716C
Complementary color
Monochromatic Colors of #83716C
Black with #83716C
Text Example
Text Example
White with #83716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83716C; }
p { color: rgb(131,113,108); }
H1.HeaderClassName
{
color: #83716C;
}
.AnyTagClassName
{
color: #83716C;
}
</style>
background-color css
<style>
a { background-color: #83716C; }
a { background-color: rgb(131,113,108); }
div.DivClassName
{
background-color: #83716C;
}
.BgClassName
{
background-color: #83716C;
}
</style>
border-color css
<style>
span { border-color: #83716C; }
span { border-color: rgb(131,113,108); }
td.TdClassName
{
border-color: #83716C;
}
.TagClassName
{
border-color: #83716C;
}
</style>