#838440

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

Shades of Highball #838440

Tints of Highball #838440

Color information

#838440 (or 0x838440) is unknown color: approx Highball. HEX triplet: 83, 84 and 40. RGB value is (131,132,64). Sum of RGB (Red+Green+Blue) = 131+132+64=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 132 - color contains mainly: green. Hex color #838440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838440 is #7C7BBF. Grayscale: #7C7C7C. Windows color (decimal): -8158144 or 4228227. OLE color: 4228227.

HSL color Cylindrical-coordinate representation of color #838440: hue angle of 60.88º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #838440 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB13113264-
CMYK0.0100.520.48
HSL60.88º34.69%38.43%-
HSV(B)60.88º51.52%51.76%-
XYZ18.5421.78.06-
YUV123.9594.17133.03-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.06%
GREEN value IS 132 (51.95% from 255) = 40.37%
BLUE value IS 64 (25.39% from 255) = 19.57%
R=40.06%
G=40.37%
B=19.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131132640.0100.520.4860.8834.6938.43
Hex8384401034303d2326
Octal203204100106460754346
Binary1000001110000100100000010110100110000111101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838440; }

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

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

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

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

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

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

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

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