#828039

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

Shades of Highball #828039

Tints of Highball #828039

Color information

#828039 (or 0x828039) is unknown color: approx Highball. HEX triplet: 82, 80 and 39. RGB value is (130,128,57). Sum of RGB (Red+Green+Blue) = 130+128+57=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 130 - color contains mainly: red. Hex color #828039 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828039 is #7D7FC6. Grayscale: #787878. Windows color (decimal): -8224711 or 3768450. OLE color: 3768450.

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

Color convert

RGB13012857-
CMYK00.020.560.49
HSL58.36º39.04%36.67%-
HSV(B)58.36º56.15%50.98%-
XYZ17.6620.486.89-
YUV120.592.16134.77-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.27%
GREEN value IS 128 (50.39% from 255) = 40.63%
BLUE value IS 57 (22.66% from 255) = 18.10%
R=41.27%
G=40.63%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301285700.020.560.4958.3639.0436.67
Hex8280390238313a2725
Octal20220071027061724745
Binary1000001010000000111001010111000110001111010100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828039; }

 p { color: rgb(130,128,57); }

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

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

 a { background-color: rgb(130,128,57); }

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

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

 span { border-color: rgb(130,128,57); }

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