#81845A

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

Shades of Finch #81845A

Tints of Finch #81845A

Color information

#81845A (or 0x81845A) is unknown color: approx Finch. HEX triplet: 81, 84 and 5A. RGB value is (129,132,90). Sum of RGB (Red+Green+Blue) = 129+132+90=351 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.75% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 132 - color contains mainly: green. Hex color #81845A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81845A is #7E7BA5. Grayscale: #7E7E7E. Windows color (decimal): -8289190 or 5932161. OLE color: 5932161.

HSL color Cylindrical-coordinate representation of color #81845A: hue angle of 64.29º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81845A is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB12913290-
CMYK0.0200.320.48
HSL64.29º18.92%43.53%-
HSV(B)64.29º31.82%51.76%-
XYZ19.1521.9112.89-
YUV126.32107.51129.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.75%
GREEN value IS 132 (51.95% from 255) = 37.61%
BLUE value IS 90 (35.55% from 255) = 25.64%
R=36.75%
G=37.61%
B=25.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal129132900.0200.320.4864.2918.9243.53
Hex81845A20203040132c
Octal2012041322040601002354
Binary10000001100001001011010100100000110000100000010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81845A; }

 p { color: rgb(129,132,90); }

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

<style>
 a { background-color: #81845A; }

 a { background-color: rgb(129,132,90); }

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

<style>
 span { border-color: #81845A; }

 span { border-color: rgb(129,132,90); }

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