Shades of Ferra #83726D
Tints of Ferra #83726D
RGB
CMYK
RGB Variations
Color information
#83726D (or 0x83726D) is known color: Ferra. HEX triplet: 83, 72 and 6D. RGB value is (131,114,109). Sum of RGB (Red+Green+Blue) = 131+114+109=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 131 - color contains mainly: red. Hex color #83726D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83726D is #7C8D92. Grayscale: #767676. Windows color (decimal): -8162707 or 7172739. OLE color: 7172739.
HSL color Cylindrical-coordinate representation of color #83726D: hue angle of 13.64º 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 #83726D is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 114 | 109 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.49 |
| HSL | 13.64º | 0.09% | 0.47% | - |
| HSV(B) | 13.64º | 0.17% | 0.51% | - |
| XYZ | 18.14 | 17.96 | 16.98 | - |
| YUV | 118.51 | 122.63 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 114 | 109 | 0 | 0.13 | 0.17 | 0.49 | 13.64 | 0.09 | 0.47 |
| Hex | 83 | 72 | 6D | 0 | D | 11 | 31 | E | 9 | 2F |
| Octal | 203 | 162 | 155 | 0 | 15 | 21 | 61 | 16 | 11 | 57 |
| Binary | 10000011 | 1110010 | 1101101 | 0 | 1101 | 10001 | 110001 | 1110 | 1001 | 101111 |
Color Harmonies of #83726D
Complementary color
Monochromatic Colors of #83726D
Black with #83726D
Text Example
Text Example
White with #83726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83726D; }
p { color: rgb(131,114,109); }
H1.HeaderClassName
{
color: #83726D;
}
.AnyTagClassName
{
color: #83726D;
}
</style>
background-color css
<style>
a { background-color: #83726D; }
a { background-color: rgb(131,114,109); }
div.DivClassName
{
background-color: #83726D;
}
.BgClassName
{
background-color: #83726D;
}
</style>
border-color css
<style>
span { border-color: #83726D; }
span { border-color: rgb(131,114,109); }
td.TdClassName
{
border-color: #83726D;
}
.TagClassName
{
border-color: #83726D;
}
</style>