#83716E

Color #83716E Ferra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ferra #83716E

Tints of Ferra #83716E

Color information

#83716E (or 0x83716E) is unknown color: approx 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

RGB131113110-
CMYK00.140.160.49
HSL8.57º8.71%47.25%-
HSV(B)8.57º16.03%51.37%-
XYZ18.0817.7617.23-
YUV118.04123.46137.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 37.01%
GREEN value IS 113 (44.53% from 255) = 31.92%
BLUE value IS 110 (43.36% from 255) = 31.07%
R=37.01%
G=31.92%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111311000.140.160.498.578.7147.25
Hex83716E0E1031992f
Octal2031611560162061111157
Binary1000001111100011101110011101000011000110011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>