#828143

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

Shades of Highball #828143

Tints of Highball #828143

Color information

#828143 (or 0x828143) is unknown color: approx Highball. HEX triplet: 82, 81 and 43. RGB value is (130,129,67). Sum of RGB (Red+Green+Blue) = 130+129+67=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #828143 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828143 is #7D7EBC. Grayscale: #7A7A7A. Windows color (decimal): -8224445 or 4424066. OLE color: 4424066.

HSL color Cylindrical-coordinate representation of color #828143: hue angle of 59.05º 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 #828143 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB13012967-
CMYK00.010.480.49
HSL59.05º31.98%38.63%-
HSV(B)59.05º48.46%50.98%-
XYZ18.0720.858.38-
YUV122.2396.83133.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.88%
GREEN value IS 129 (50.78% from 255) = 39.57%
BLUE value IS 67 (26.56% from 255) = 20.55%
R=39.88%
G=39.57%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301296700.010.480.4959.0531.9838.63
Hex8281430130313b2027
Octal202201103016061734047
Binary1000001010000001100001101110000110001111011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828143; }

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

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

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

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

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

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

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

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