#818553

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

Shades of Finch #818553

Tints of Finch #818553

Color information

#818553 (or 0x818553) is unknown color: approx Finch. HEX triplet: 81, 85 and 53. RGB value is (129,133,83). Sum of RGB (Red+Green+Blue) = 129+133+83=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 133 - color contains mainly: green. Hex color #818553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818553 is #7E7AAC. Grayscale: #7E7E7E. Windows color (decimal): -8288941 or 5473665. OLE color: 5473665.

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

Color convert

RGB12913383-
CMYK0.0300.380.48
HSL64.8º23.15%42.35%-
HSV(B)64.8º37.59%52.16%-
XYZ1922.0711.44-
YUV126.1103.67130.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.39%
GREEN value IS 133 (52.34% from 255) = 38.55%
BLUE value IS 83 (32.81% from 255) = 24.06%
R=37.39%
G=38.55%
B=24.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal129133830.0300.380.4864.823.1542.35
Hex81855330263041172a
Octal2012051233046601012752
Binary10000001100001011010011110100110110000100000110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818553; }

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

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

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

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

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

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

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

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