#818552

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

Shades of Finch #818552

Tints of Finch #818552

Color information

#818552 (or 0x818552) is unknown color: approx Finch. HEX triplet: 81, 85 and 52. RGB value is (129,133,82). Sum of RGB (Red+Green+Blue) = 129+133+82=344 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.5% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 133 - color contains mainly: green. Hex color #818552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818552 is #7E7AAD. Grayscale: #7E7E7E. Windows color (decimal): -8288942 or 5408129. OLE color: 5408129.

HSL color Cylindrical-coordinate representation of color #818552: hue angle of 64.71º degrees, saturation: 0.24, 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 #818552 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB12913382-
CMYK0.0300.380.48
HSL64.71º23.72%42.16%-
HSV(B)64.71º38.35%52.16%-
XYZ18.9622.0511.24-
YUV125.99103.17130.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.5%
GREEN value IS 133 (52.34% from 255) = 38.66%
BLUE value IS 82 (32.42% from 255) = 23.84%
R=37.5%
G=38.66%
B=23.84%

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
Decimal129133820.0300.380.4864.7123.7242.16
Hex81855230263041182a
Octal2012051223046601013052
Binary10000001100001011010010110100110110000100000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818552; }

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

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

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

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

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

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

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

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