#838241

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

Shades of Highball #838241

Tints of Highball #838241

Color information

#838241 (or 0x838241) is unknown color: approx Highball. HEX triplet: 83, 82 and 41. RGB value is (131,130,65). Sum of RGB (Red+Green+Blue) = 131+130+65=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 131 - color contains mainly: red. Hex color #838241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838241 is #7C7DBE. Grayscale: #7B7B7B. Windows color (decimal): -8158655 or 4293251. OLE color: 4293251.

HSL color Cylindrical-coordinate representation of color #838241: hue angle of 59.09º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #838241 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB13113065-
CMYK00.010.500.49
HSL59.09º33.67%38.43%-
HSV(B)59.09º50.38%51.37%-
XYZ18.321.178.12-
YUV122.8995.33133.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.18%
GREEN value IS 130 (51.17% from 255) = 39.88%
BLUE value IS 65 (25.78% from 255) = 19.94%
R=40.18%
G=39.88%
B=19.94%

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
Decimal1311306500.010.500.4959.0933.6738.43
Hex8382410132313b2226
Octal203202101016261734246
Binary1000001110000010100000101110010110001111011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838241; }

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

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

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

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

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

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

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

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