#80855D

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

Shades of Finch #80855D

Tints of Finch #80855D

Color information

#80855D (or 0x80855D) is unknown color: approx Finch. HEX triplet: 80, 85 and 5D. RGB value is (128,133,93). Sum of RGB (Red+Green+Blue) = 128+133+93=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 133 - color contains mainly: green. Hex color #80855D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80855D is #7F7AA2. Grayscale: #7F7F7F. Windows color (decimal): -8354467 or 6129024. OLE color: 6129024.

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

Color convert

RGB12813393-
CMYK0.0400.300.48
HSL67.5º17.7%44.31%-
HSV(B)67.5º30.08%52.16%-
XYZ19.2722.1513.62-
YUV126.94108.84128.75-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.16%
GREEN value IS 133 (52.34% from 255) = 37.57%
BLUE value IS 93 (36.72% from 255) = 26.27%
R=36.16%
G=37.57%
B=26.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128133930.0400.300.4867.517.744.31
Hex80855D401E3044122c
Octal2002051354036601042254
Binary10000000100001011011101100011110110000100010010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80855D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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