#80826D

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

Shades of Bitter #80826D

Tints of Bitter #80826D

Color information

#80826D (or 0x80826D) is unknown color: approx Bitter. HEX triplet: 80, 82 and 6D. RGB value is (128,130,109). Sum of RGB (Red+Green+Blue) = 128+130+109=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 130 - color contains mainly: green. Hex color #80826D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80826D is #7F7D92. Grayscale: #7F7F7F. Windows color (decimal): -8355219 or 7176832. OLE color: 7176832.

HSL color Cylindrical-coordinate representation of color #80826D: hue angle of 65.71º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #80826D is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB128130109-
CMYK0.0200.160.49
HSL65.71º8.79%46.86%-
HSV(B)65.71º16.15%50.98%-
XYZ19.6521.6617.61-
YUV127.01117.84128.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.88%
GREEN value IS 130 (51.17% from 255) = 35.42%
BLUE value IS 109 (42.97% from 255) = 29.70%
R=34.88%
G=35.42%
B=29.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1281301090.0200.160.4965.718.7946.86
Hex80826D2010314292f
Octal2002021552020611021157
Binary100000001000001011011011001000011000110000101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80826D; }

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

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

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

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

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

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

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

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