#838242

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

Shades of Highball #838242

Tints of Highball #838242

Color information

#838242 (or 0x838242) is unknown color: approx Highball. HEX triplet: 83, 82 and 42. RGB value is (131,130,66). Sum of RGB (Red+Green+Blue) = 131+130+66=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 131 - color contains mainly: red. Hex color #838242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838242 is #7C7DBD. Grayscale: #7B7B7B. Windows color (decimal): -8158654 or 4358787. OLE color: 4358787.

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

Color convert

RGB13113066-
CMYK00.010.500.49
HSL59.08º32.99%38.63%-
HSV(B)59.08º49.62%51.37%-
XYZ18.3321.188.28-
YUV12395.83133.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.06%
GREEN value IS 130 (51.17% from 255) = 39.76%
BLUE value IS 66 (26.17% from 255) = 20.18%
R=40.06%
G=39.76%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311306600.010.500.4959.0832.9938.63
Hex8382420132313b2127
Octal203202102016261734147
Binary1000001110000010100001001110010110001111011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838242; }

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

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

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

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

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

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

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

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