#828344

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

Shades of Highball #828344

Tints of Highball #828344

Color information

#828344 (or 0x828344) is unknown color: approx Highball. HEX triplet: 82, 83 and 44. RGB value is (130,131,68). Sum of RGB (Red+Green+Blue) = 130+131+68=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 131 - color contains mainly: green. Hex color #828344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828344 is #7D7CBB. Grayscale: #7B7B7B. Windows color (decimal): -8223932 or 4490114. OLE color: 4490114.

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

Color convert

RGB13013168-
CMYK0.0100.480.49
HSL60.95º31.66%39.02%-
HSV(B)60.95º48.09%51.37%-
XYZ18.3721.48.63-
YUV123.5296.67132.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.51%
GREEN value IS 131 (51.56% from 255) = 39.82%
BLUE value IS 68 (26.95% from 255) = 20.67%
R=39.51%
G=39.82%
B=20.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130131680.0100.480.4960.9531.6639.02
Hex8283441030313d2027
Octal202203104106061754047
Binary1000001010000011100010010110000110001111101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828344; }

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

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

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

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

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

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

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

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