#81854E

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

Shades of Finch #81854E

Tints of Finch #81854E

Color information

#81854E (or 0x81854E) is unknown color: approx Finch. HEX triplet: 81, 85 and 4E. RGB value is (129,133,78). Sum of RGB (Red+Green+Blue) = 129+133+78=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 133 - color contains mainly: green. Hex color #81854E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81854E is #7E7AB1. Grayscale: #7D7D7D. Windows color (decimal): -8288946 or 5145985. OLE color: 5145985.

HSL color Cylindrical-coordinate representation of color #81854E: hue angle of 64.36º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81854E is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB12913378-
CMYK0.0300.410.48
HSL64.36º26.07%41.37%-
HSV(B)64.36º41.35%52.16%-
XYZ18.8221.9910.46-
YUV125.53101.17130.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.94%
GREEN value IS 133 (52.34% from 255) = 39.12%
BLUE value IS 78 (30.86% from 255) = 22.94%
R=37.94%
G=39.12%
B=22.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal129133780.0300.410.4864.3626.0741.37
Hex81854E302930401a29
Octal2012051163051601003251
Binary10000001100001011001110110101001110000100000011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81854E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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