#80856D

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

Shades of Bitter #80856D

Tints of Bitter #80856D

Color information

#80856D (or 0x80856D) is unknown color: approx Bitter. HEX triplet: 80, 85 and 6D. RGB value is (128,133,109). Sum of RGB (Red+Green+Blue) = 128+133+109=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 133 - color contains mainly: green. Hex color #80856D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80856D is #7F7A92. Grayscale: #808080. Windows color (decimal): -8354451 or 7177600. OLE color: 7177600.

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

Color convert

RGB128133109-
CMYK0.0400.180.48
HSL72.5º9.92%47.45%-
HSV(B)72.5º18.05%52.16%-
XYZ20.0522.4717.75-
YUV128.77116.84127.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.59%
GREEN value IS 133 (52.34% from 255) = 35.95%
BLUE value IS 109 (42.97% from 255) = 29.46%
R=34.59%
G=35.95%
B=29.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1281331090.0400.180.4872.59.9247.45
Hex80856D40123048a2f
Octal2002051554022601101257
Binary1000000010000101110110110001001011000010010001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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