#828046

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

Shades of Highball #828046

Tints of Highball #828046

Color information

#828046 (or 0x828046) is unknown color: approx Highball. HEX triplet: 82, 80 and 46. RGB value is (130,128,70). Sum of RGB (Red+Green+Blue) = 130+128+70=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 130 - color contains mainly: red. Hex color #828046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828046 is #7D7FB9. Grayscale: #7A7A7A. Windows color (decimal): -8224698 or 4620418. OLE color: 4620418.

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

Color convert

RGB13012870-
CMYK00.020.460.49
HSL58º30%39.22%-
HSV(B)58º46.15%50.98%-
XYZ18.0320.638.83-
YUV121.9998.66133.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.63%
GREEN value IS 128 (50.39% from 255) = 39.02%
BLUE value IS 70 (27.73% from 255) = 21.34%
R=39.63%
G=39.02%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301287000.020.460.49583039.22
Hex828046022E313a1e27
Octal202200106025661723647
Binary1000001010000000100011001010111011000111101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828046; }

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

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

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

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

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

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

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

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