#838340

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

Shades of Highball #838340

Tints of Highball #838340

Color information

#838340 (or 0x838340) is unknown color: approx Highball. HEX triplet: 83, 83 and 40. RGB value is (131,131,64). Sum of RGB (Red+Green+Blue) = 131+131+64=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 131 - color contains mainly: red, green. Hex color #838340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838340 is #7C7CBF. Grayscale: #7B7B7B. Windows color (decimal): -8158400 or 4227971. OLE color: 4227971.

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

Color convert

RGB13113164-
CMYK000.510.49
HSL60º34.36%38.24%-
HSV(B)60º51.15%51.37%-
XYZ18.421.438.02-
YUV123.3694.5133.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.18%
GREEN value IS 131 (51.56% from 255) = 40.18%
BLUE value IS 64 (25.39% from 255) = 19.63%
R=40.18%
G=40.18%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13113164000.510.496034.3638.24
Hex8383400033313c2226
Octal203203100006361744246
Binary1000001110000011100000000110011110001111100100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838340; }

 p { color: rgb(131,131,64); }

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

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

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

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

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

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

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