#81894E

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

Shades of Finch #81894E

Tints of Finch #81894E

Color information

#81894E (or 0x81894E) is unknown color: approx Finch. HEX triplet: 81, 89 and 4E. RGB value is (129,137,78). Sum of RGB (Red+Green+Blue) = 129+137+78=344 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.5% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 137 - color contains mainly: green. Hex color #81894E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81894E is #7E76B1. Grayscale: #808080. Windows color (decimal): -8287922 or 5147009. OLE color: 5147009.

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

Color convert

RGB12913778-
CMYK0.0600.430.46
HSL68.14º27.44%42.16%-
HSV(B)68.14º43.07%53.73%-
XYZ19.3723.1110.65-
YUV127.8899.85128.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.5%
GREEN value IS 137 (53.91% from 255) = 39.83%
BLUE value IS 78 (30.86% from 255) = 22.67%
R=37.5%
G=39.83%
B=22.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal129137780.0600.430.4668.1427.4442.16
Hex81894E602B2E441b2a
Octal2012111166053561043352
Binary100000011000100110011101100101011101110100010011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81894E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,137,78); }

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

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

 a { background-color: rgb(129,137,78); }

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

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

 span { border-color: rgb(129,137,78); }

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