#83706D

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

Shades of Ferra #83706D

Tints of Ferra #83706D

Color information

#83706D (or 0x83706D) is unknown color: approx Ferra. HEX triplet: 83, 70 and 6D. RGB value is (131,112,109). Sum of RGB (Red+Green+Blue) = 131+112+109=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 131 - color contains mainly: red. Hex color #83706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83706D is #7C8F92. Grayscale: #757575. Windows color (decimal): -8163219 or 7172227. OLE color: 7172227.

HSL color Cylindrical-coordinate representation of color #83706D: hue angle of 8.18º 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 #83706D is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB131112109-
CMYK00.150.170.49
HSL8.18º9.17%47.06%-
HSV(B)8.18º16.79%51.37%-
XYZ17.9117.5216.91-
YUV117.34123.29137.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.22%
GREEN value IS 112 (44.14% from 255) = 31.82%
BLUE value IS 109 (42.97% from 255) = 30.97%
R=37.22%
G=31.82%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111210900.150.170.498.189.1747.06
Hex83706D0F1131892f
Octal2031601550172161101157
Binary1000001111100001101101011111000111000110001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83706D; }

 p { color: rgb(131,112,109); }

 H1.HeaderClassName
 {
   color: #83706D;
 }
 .AnyTagClassName
 {
   color: #83706D;
 }
</style>
background-color css

<style>
 a { background-color: #83706D; }

 a { background-color: rgb(131,112,109); }

 div.DivClassName
 {
   background-color: #83706D;
 }
 .BgClassName
 {
   background-color: #83706D;
 }
</style>
border-color css

<style>
 span { border-color: #83706D; }

 span { border-color: rgb(131,112,109); }

 td.TdClassName
 {
   border-color: #83706D;
 }
 .TagClassName
 {
   border-color: #83706D;
 }
</style>