#80855F

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

Shades of Bitter #80855F

Tints of Bitter #80855F

Color information

#80855F (or 0x80855F) is unknown color: approx Bitter. HEX triplet: 80, 85 and 5F. RGB value is (128,133,95). Sum of RGB (Red+Green+Blue) = 128+133+95=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 133 - color contains mainly: green. Hex color #80855F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80855F is #7F7AA0. Grayscale: #7F7F7F. Windows color (decimal): -8354465 or 6260096. OLE color: 6260096.

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

Color convert

RGB12813395-
CMYK0.0400.290.48
HSL67.89º16.67%44.71%-
HSV(B)67.89º28.57%52.16%-
XYZ19.3622.1914.09-
YUV127.17109.84128.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.96%
GREEN value IS 133 (52.34% from 255) = 37.36%
BLUE value IS 95 (37.5% from 255) = 26.69%
R=35.96%
G=37.36%
B=26.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128133950.0400.290.4867.8916.6744.71
Hex80855F401D3044112d
Octal2002051374035601042155
Binary10000000100001011011111100011101110000100010010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80855F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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