#80874E

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

Shades of Finch #80874E

Tints of Finch #80874E

Color information

#80874E (or 0x80874E) is unknown color: approx Finch. HEX triplet: 80, 87 and 4E. RGB value is (128,135,78). Sum of RGB (Red+Green+Blue) = 128+135+78=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 135 (53.12% from 255 or 39.59% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 135 - color contains mainly: green. Hex color #80874E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80874E is #7F78B1. Grayscale: #7E7E7E. Windows color (decimal): -8353970 or 5146496. OLE color: 5146496.

HSL color Cylindrical-coordinate representation of color #80874E: hue angle of 67.37º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80874E is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB12813578-
CMYK0.0500.420.47
HSL67.37º26.76%41.76%-
HSV(B)67.37º42.22%52.94%-
XYZ18.9422.4710.55-
YUV126.41100.68129.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.54%
GREEN value IS 135 (53.12% from 255) = 39.59%
BLUE value IS 78 (30.86% from 255) = 22.87%
R=37.54%
G=39.59%
B=22.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128135780.0500.420.4767.3726.7641.76
Hex80874E502A2F431b2a
Octal2002071165052571033352
Binary100000001000011110011101010101010101111100001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80874E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80874E; }

 p { color: rgb(128,135,78); }

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

<style>
 a { background-color: #80874E; }

 a { background-color: rgb(128,135,78); }

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

<style>
 span { border-color: #80874E; }

 span { border-color: rgb(128,135,78); }

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