#84884E

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

Shades of Finch #84884E

Tints of Finch #84884E

Color information

#84884E (or 0x84884E) is unknown color: approx Finch. HEX triplet: 84, 88 and 4E. RGB value is (132,136,78). Sum of RGB (Red+Green+Blue) = 132+136+78=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 136 - color contains mainly: green. Hex color #84884E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84884E is #7B77B1. Grayscale: #808080. Windows color (decimal): -8091570 or 5146756. OLE color: 5146756.

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

Color convert

RGB13213678-
CMYK0.0300.430.47
HSL64.14º27.1%41.96%-
HSV(B)64.14º42.65%53.33%-
XYZ19.723.0610.62-
YUV128.1999.67130.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.15%
GREEN value IS 136 (53.52% from 255) = 39.31%
BLUE value IS 78 (30.86% from 255) = 22.54%
R=38.15%
G=39.31%
B=22.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132136780.0300.430.4764.1427.141.96
Hex84884E302B2F401b2a
Octal2042101163053571003352
Binary10000100100010001001110110101011101111100000011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84884E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,136,78); }

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

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

 a { background-color: rgb(132,136,78); }

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

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

 span { border-color: rgb(132,136,78); }

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