#828147

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

Shades of Highball #828147

Tints of Highball #828147

Color information

#828147 (or 0x828147) is unknown color: approx Highball. HEX triplet: 82, 81 and 47. RGB value is (130,129,71). Sum of RGB (Red+Green+Blue) = 130+129+71=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 130 - color contains mainly: red. Hex color #828147 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828147 is #7D7EB8. Grayscale: #7A7A7A. Windows color (decimal): -8224441 or 4686210. OLE color: 4686210.

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

Color convert

RGB13012971-
CMYK00.010.450.49
HSL58.98º29.35%39.41%-
HSV(B)58.98º45.38%50.98%-
XYZ18.1920.99.04-
YUV122.6998.83133.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.39%
GREEN value IS 129 (50.78% from 255) = 39.09%
BLUE value IS 71 (28.12% from 255) = 21.52%
R=39.39%
G=39.09%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301297100.010.450.4958.9829.3539.41
Hex828147012D313b1d27
Octal202201107015561733547
Binary100000101000000110001110110110111000111101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828147; }

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

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

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

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

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

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

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

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