#818550

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

Shades of Finch #818550

Tints of Finch #818550

Color information

#818550 (or 0x818550) is unknown color: approx Finch. HEX triplet: 81, 85 and 50. RGB value is (129,133,80). Sum of RGB (Red+Green+Blue) = 129+133+80=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 133 - color contains mainly: green. Hex color #818550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818550 is #7E7AAF. Grayscale: #7D7D7D. Windows color (decimal): -8288944 or 5277057. OLE color: 5277057.

HSL color Cylindrical-coordinate representation of color #818550: hue angle of 64.53º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #818550 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB12913380-
CMYK0.0300.400.48
HSL64.53º24.88%41.76%-
HSV(B)64.53º39.85%52.16%-
XYZ18.8922.0210.84-
YUV125.76102.17130.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.72%
GREEN value IS 133 (52.34% from 255) = 38.89%
BLUE value IS 80 (31.64% from 255) = 23.39%
R=37.72%
G=38.89%
B=23.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal129133800.0300.400.4864.5324.8841.76
Hex81855030283041192a
Octal2012051203050601013152
Binary10000001100001011010000110101000110000100000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818550; }

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

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

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

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

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

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

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

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