#837F45

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

Shades of Highball #837F45

Tints of Highball #837F45

Color information

#837F45 (or 0x837F45) is unknown color: approx Highball. HEX triplet: 83, 7F and 45. RGB value is (131,127,69). Sum of RGB (Red+Green+Blue) = 131+127+69=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 127 (50% from 255 or 38.84% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 131 - color contains mainly: red. Hex color #837F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837F45 is #7C80BA. Grayscale: #797979. Windows color (decimal): -8159419 or 4554627. OLE color: 4554627.

HSL color Cylindrical-coordinate representation of color #837F45: hue angle of 56.13º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #837F45 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB13112769-
CMYK00.030.470.49
HSL56.13º31%39.22%-
HSV(B)56.13º47.33%51.37%-
XYZ18.0220.438.62-
YUV121.5898.33134.72-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.06%
GREEN value IS 127 (50% from 255) = 38.84%
BLUE value IS 69 (27.34% from 255) = 21.10%
R=40.06%
G=38.84%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311276900.030.470.4956.133139.22
Hex837F45032F31381f27
Octal203177105035761703747
Binary100000111111111100010101110111111000111100011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837F45; }

 p { color: rgb(131,127,69); }

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

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

 a { background-color: rgb(131,127,69); }

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

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

 span { border-color: rgb(131,127,69); }

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