#80855B

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

Shades of Finch #80855B

Tints of Finch #80855B

Color information

#80855B (or 0x80855B) is unknown color: approx Finch. HEX triplet: 80, 85 and 5B. RGB value is (128,133,91). Sum of RGB (Red+Green+Blue) = 128+133+91=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 133 - color contains mainly: green. Hex color #80855B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80855B is #7F7AA4. Grayscale: #7E7E7E. Windows color (decimal): -8354469 or 5997952. OLE color: 5997952.

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

Color convert

RGB12813391-
CMYK0.0400.320.48
HSL67.14º18.75%43.92%-
HSV(B)67.14º31.58%52.16%-
XYZ19.1822.1213.16-
YUV126.72107.84128.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.36%
GREEN value IS 133 (52.34% from 255) = 37.78%
BLUE value IS 91 (35.94% from 255) = 25.85%
R=36.36%
G=37.78%
B=25.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128133910.0400.320.4867.1418.7543.92
Hex80855B40203043132c
Octal2002051334040601032354
Binary100000001000010110110111000100000110000100001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80855B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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