#80875D

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

Shades of Finch #80875D

Tints of Finch #80875D

Color information

#80875D (or 0x80875D) is unknown color: approx Finch. HEX triplet: 80, 87 and 5D. RGB value is (128,135,93). Sum of RGB (Red+Green+Blue) = 128+135+93=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 135 - color contains mainly: green. Hex color #80875D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80875D is #7F78A2. Grayscale: #808080. Windows color (decimal): -8353955 or 6129536. OLE color: 6129536.

HSL color Cylindrical-coordinate representation of color #80875D: hue angle of 70º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80875D is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB12813593-
CMYK0.0500.310.47
HSL70º18.42%44.71%-
HSV(B)70º31.11%52.94%-
XYZ19.5422.7113.71-
YUV128.12108.18127.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.96%
GREEN value IS 135 (53.12% from 255) = 37.92%
BLUE value IS 93 (36.72% from 255) = 26.12%
R=35.96%
G=37.92%
B=26.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128135930.0500.310.477018.4244.71
Hex80875D501F2F46122d
Octal2002071355037571062255
Binary10000000100001111011101101011111101111100011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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