#837D42

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

Shades of Highball #837D42

Tints of Highball #837D42

Color information

#837D42 (or 0x837D42) is unknown color: approx Highball. HEX triplet: 83, 7D and 42. RGB value is (131,125,66). Sum of RGB (Red+Green+Blue) = 131+125+66=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 131 - color contains mainly: red. Hex color #837D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837D42 is #7C82BD. Grayscale: #787878. Windows color (decimal): -8159934 or 4357507. OLE color: 4357507.

HSL color Cylindrical-coordinate representation of color #837D42: hue angle of 54.46º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #837D42 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB13112566-
CMYK00.050.500.49
HSL54.46º32.99%38.63%-
HSV(B)54.46º49.62%51.37%-
XYZ17.6819.898.06-
YUV120.0797.49135.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.68%
GREEN value IS 125 (49.22% from 255) = 38.82%
BLUE value IS 66 (26.17% from 255) = 20.50%
R=40.68%
G=38.82%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311256600.050.500.4954.4632.9938.63
Hex837D42053231362127
Octal203175102056261664147
Binary10000011111110110000100101110010110001110110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,125,66); }

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

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

 a { background-color: rgb(131,125,66); }

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

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

 span { border-color: rgb(131,125,66); }

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