#80895D

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

Shades of Bitter #80895D

Tints of Bitter #80895D

Color information

#80895D (or 0x80895D) is unknown color: approx Bitter. HEX triplet: 80, 89 and 5D. RGB value is (128,137,93). Sum of RGB (Red+Green+Blue) = 128+137+93=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 137 - color contains mainly: green. Hex color #80895D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80895D is #7F76A2. Grayscale: #818181. Windows color (decimal): -8353443 or 6130048. OLE color: 6130048.

HSL color Cylindrical-coordinate representation of color #80895D: hue angle of 72.27º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80895D is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB12813793-
CMYK0.0700.320.46
HSL72.27º19.13%45.1%-
HSV(B)72.27º32.12%53.73%-
XYZ19.8223.2713.8-
YUV129.29107.52127.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.75%
GREEN value IS 137 (53.91% from 255) = 38.27%
BLUE value IS 93 (36.72% from 255) = 25.98%
R=35.75%
G=38.27%
B=25.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal128137930.0700.320.4672.2719.1345.1
Hex80895D70202E48132d
Octal2002111357040561102355
Binary100000001000100110111011110100000101110100100010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80895D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,137,93); }

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

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

 a { background-color: rgb(128,137,93); }

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

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

 span { border-color: rgb(128,137,93); }

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