#818555

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

Shades of Finch #818555

Tints of Finch #818555

Color information

#818555 (or 0x818555) is unknown color: approx Finch. HEX triplet: 81, 85 and 55. RGB value is (129,133,85). Sum of RGB (Red+Green+Blue) = 129+133+85=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 133 - color contains mainly: green. Hex color #818555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818555 is #7E7AAA. Grayscale: #7E7E7E. Windows color (decimal): -8288939 or 5604737. OLE color: 5604737.

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

Color convert

RGB12913385-
CMYK0.0300.360.48
HSL65º22.02%42.75%-
HSV(B)65º36.09%52.16%-
XYZ19.0822.111.85-
YUV126.33104.67129.9-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.18%
GREEN value IS 133 (52.34% from 255) = 38.33%
BLUE value IS 85 (33.59% from 255) = 24.50%
R=37.18%
G=38.33%
B=24.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal129133850.0300.360.486522.0242.75
Hex81855530243041162b
Octal2012051253044601012653
Binary10000001100001011010101110100100110000100000110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818555; }

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

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

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

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

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

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

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

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