#828137

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

Shades of Highball #828137

Tints of Highball #828137

Color information

#828137 (or 0x828137) is unknown color: approx Highball. HEX triplet: 82, 81 and 37. RGB value is (130,129,55). Sum of RGB (Red+Green+Blue) = 130+129+55=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #828137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828137 is #7D7EC8. Grayscale: #797979. Windows color (decimal): -8224457 or 3637634. OLE color: 3637634.

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

Color convert

RGB13012955-
CMYK00.010.580.49
HSL59.2º40.54%36.27%-
HSV(B)59.2º57.69%50.98%-
XYZ17.7520.726.68-
YUV120.8690.83134.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.40%
GREEN value IS 129 (50.78% from 255) = 41.08%
BLUE value IS 55 (21.88% from 255) = 17.52%
R=41.40%
G=41.08%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301295500.010.580.4959.240.5436.27
Hex828137013A313b2924
Octal20220167017261735144
Binary100000101000000111011101111010110001111011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828137; }

 p { color: rgb(130,129,55); }

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

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

 a { background-color: rgb(130,129,55); }

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

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

 span { border-color: rgb(130,129,55); }

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