#838343

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

Shades of Highball #838343

Tints of Highball #838343

Color information

#838343 (or 0x838343) is unknown color: approx Highball. HEX triplet: 83, 83 and 43. RGB value is (131,131,67). Sum of RGB (Red+Green+Blue) = 131+131+67=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 67 (26.56% from 255 or 20.36% from 329); Max value from RGB is 131 - color contains mainly: red, green. Hex color #838343 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838343 is #7C7CBC. Grayscale: #7B7B7B. Windows color (decimal): -8158397 or 4424579. OLE color: 4424579.

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

Color convert

RGB13113167-
CMYK000.490.49
HSL60º32.32%38.82%-
HSV(B)60º48.85%51.37%-
XYZ18.4921.468.48-
YUV123.796133.2-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.82%
GREEN value IS 131 (51.56% from 255) = 39.82%
BLUE value IS 67 (26.56% from 255) = 20.36%
R=39.82%
G=39.82%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13113167000.490.496032.3238.82
Hex8383430031313c2027
Octal203203103006161744047
Binary1000001110000011100001100110001110001111100100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838343; }

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

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

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

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

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

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

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

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