#80865F

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

Shades of Bitter #80865F

Tints of Bitter #80865F

Color information

#80865F (or 0x80865F) is unknown color: approx Bitter. HEX triplet: 80, 86 and 5F. RGB value is (128,134,95). Sum of RGB (Red+Green+Blue) = 128+134+95=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 134 - color contains mainly: green. Hex color #80865F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80865F is #7F79A0. Grayscale: #7F7F7F. Windows color (decimal): -8354209 or 6260352. OLE color: 6260352.

HSL color Cylindrical-coordinate representation of color #80865F: hue angle of 69.23º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80865F is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB12813495-
CMYK0.0400.290.47
HSL69.23º17.03%44.9%-
HSV(B)69.23º29.1%52.55%-
XYZ19.4922.4714.14-
YUV127.76109.51128.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.85%
GREEN value IS 134 (52.73% from 255) = 37.54%
BLUE value IS 95 (37.5% from 255) = 26.61%
R=35.85%
G=37.54%
B=26.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128134950.0400.290.4769.2317.0344.9
Hex80865F401D2F45112d
Octal2002061374035571052155
Binary10000000100001101011111100011101101111100010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80865F; }

 p { color: rgb(128,134,95); }

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

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

 a { background-color: rgb(128,134,95); }

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

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

 span { border-color: rgb(128,134,95); }

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