#837242

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

Shades of Go Ben #837242

Tints of Go Ben #837242

Color information

#837242 (or 0x837242) is unknown color: approx Go Ben. HEX triplet: 83, 72 and 42. RGB value is (131,114,66). Sum of RGB (Red+Green+Blue) = 131+114+66=311 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.12% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 131 - color contains mainly: red. Hex color #837242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837242 is #7C8DBD. Grayscale: #717171. Windows color (decimal): -8162750 or 4354691. OLE color: 4354691.

HSL color Cylindrical-coordinate representation of color #837242: hue angle of 44.31º 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 #837242 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB13111466-
CMYK00.130.500.49
HSL44.31º32.99%38.63%-
HSV(B)44.31º49.62%51.37%-
XYZ16.3617.257.62-
YUV113.61101.13140.4-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.12%
GREEN value IS 114 (44.92% from 255) = 36.66%
BLUE value IS 66 (26.17% from 255) = 21.22%
R=42.12%
G=36.66%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311146600.130.500.4944.3132.9938.63
Hex8372420D32312c2127
Octal2031621020156261544147
Binary100000111110010100001001101110010110001101100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837242; }

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

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

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

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

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

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

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

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