#80856A

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

Shades of Bitter #80856A

Tints of Bitter #80856A

Color information

#80856A (or 0x80856A) is unknown color: approx Bitter. HEX triplet: 80, 85 and 6A. RGB value is (128,133,106). Sum of RGB (Red+Green+Blue) = 128+133+106=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 133 - color contains mainly: green. Hex color #80856A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80856A is #7F7A95. Grayscale: #808080. Windows color (decimal): -8354454 or 6980992. OLE color: 6980992.

HSL color Cylindrical-coordinate representation of color #80856A: hue angle of 71.11º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #80856A is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB128133106-
CMYK0.0400.200.48
HSL71.11º11.3%46.86%-
HSV(B)71.11º20.3%52.16%-
XYZ19.8922.416.91-
YUV128.43115.34127.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.88%
GREEN value IS 133 (52.34% from 255) = 36.24%
BLUE value IS 106 (41.80% from 255) = 28.88%
R=34.88%
G=36.24%
B=28.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1281331060.0400.200.4871.1111.346.86
Hex80856A40143047b2f
Octal2002051524024601071357
Binary1000000010000101110101010001010011000010001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80856A; }

 p { color: rgb(128,133,106); }

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

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

 a { background-color: rgb(128,133,106); }

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

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

 span { border-color: rgb(128,133,106); }

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