Shades of Ferra #83716F
Tints of Ferra #83716F
RGB
CMYK
RGB Variations
Color information
#83716F (or 0x83716F) is known color: Ferra. HEX triplet: 83, 71 and 6F. RGB value is (131,113,111). Sum of RGB (Red+Green+Blue) = 131+113+111=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 131 - color contains mainly: red. Hex color #83716F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83716F is #7C8E90. Grayscale: #767676. Windows color (decimal): -8162961 or 7303555. OLE color: 7303555.
HSL color Cylindrical-coordinate representation of color #83716F: hue angle of 6º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #83716F is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 113 | 111 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.49 |
| HSL | 6º | 0.08% | 0.47% | - |
| HSV(B) | 6º | 0.15% | 0.51% | - |
| XYZ | 18.13 | 17.78 | 17.52 | - |
| YUV | 118.15 | 123.96 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 113 | 111 | 0 | 0.14 | 0.15 | 0.49 | 6 | 0.08 | 0.47 |
| Hex | 83 | 71 | 6F | 0 | E | F | 31 | 6 | 8 | 2F |
| Octal | 203 | 161 | 157 | 0 | 16 | 17 | 61 | 6 | 10 | 57 |
| Binary | 10000011 | 1110001 | 1101111 | 0 | 1110 | 1111 | 110001 | 110 | 1000 | 101111 |
Color Harmonies of #83716F
Complementary color
Monochromatic Colors of #83716F
Black with #83716F
Text Example
Text Example
White with #83716F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83716F; }
p { color: rgb(131,113,111); }
H1.HeaderClassName
{
color: #83716F;
}
.AnyTagClassName
{
color: #83716F;
}
</style>
background-color css
<style>
a { background-color: #83716F; }
a { background-color: rgb(131,113,111); }
div.DivClassName
{
background-color: #83716F;
}
.BgClassName
{
background-color: #83716F;
}
</style>
border-color css
<style>
span { border-color: #83716F; }
span { border-color: rgb(131,113,111); }
td.TdClassName
{
border-color: #83716F;
}
.TagClassName
{
border-color: #83716F;
}
</style>