#837142

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

Shades of Go Ben #837142

Tints of Go Ben #837142

Color information

#837142 (or 0x837142) is unknown color: approx Go Ben. HEX triplet: 83, 71 and 42. RGB value is (131,113,66). Sum of RGB (Red+Green+Blue) = 131+113+66=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 131 - color contains mainly: red. Hex color #837142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837142 is #7C8EBD. Grayscale: #717171. Windows color (decimal): -8163006 or 4354435. OLE color: 4354435.

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

Color convert

RGB13111366-
CMYK00.140.500.49
HSL43.38º32.99%38.63%-
HSV(B)43.38º49.62%51.37%-
XYZ16.2517.037.58-
YUV113.02101.46140.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.26%
GREEN value IS 113 (44.53% from 255) = 36.45%
BLUE value IS 66 (26.17% from 255) = 21.29%
R=42.26%
G=36.45%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311136600.140.500.4943.3832.9938.63
Hex8371420E32312b2127
Octal2031611020166261534147
Binary100000111110001100001001110110010110001101011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837142; }

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

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

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

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

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

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

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

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