#837371

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

Shades of Ferra #837371

Tints of Ferra #837371

Color information

#837371 (or 0x837371) is unknown color: approx Ferra. HEX triplet: 83, 73 and 71. RGB value is (131,115,113). Sum of RGB (Red+Green+Blue) = 131+115+113=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 131 - color contains mainly: red. Hex color #837371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837371 is #7C8C8E. Grayscale: #777777. Windows color (decimal): -8162447 or 7435139. OLE color: 7435139.

HSL color Cylindrical-coordinate representation of color #837371: hue angle of 6.67º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #837371 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB131115113-
CMYK00.120.140.49
HSL6.67º7.38%47.84%-
HSV(B)6.67º13.74%51.37%-
XYZ18.4718.2818.18-
YUV119.56124.3136.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.49%
GREEN value IS 115 (45.31% from 255) = 32.03%
BLUE value IS 113 (44.53% from 255) = 31.48%
R=36.49%
G=32.03%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111511300.120.140.496.677.3847.84
Hex8373710CE317730
Octal20316316101416617760
Binary1000001111100111110001011001110110001111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837371; }

 p { color: rgb(131,115,113); }

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

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

 a { background-color: rgb(131,115,113); }

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

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

 span { border-color: rgb(131,115,113); }

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