#818551

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

Shades of Finch #818551

Tints of Finch #818551

Color information

#818551 (or 0x818551) is unknown color: approx Finch. HEX triplet: 81, 85 and 51. RGB value is (129,133,81). Sum of RGB (Red+Green+Blue) = 129+133+81=343 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.61% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 133 - color contains mainly: green. Hex color #818551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818551 is #7E7AAE. Grayscale: #7E7E7E. Windows color (decimal): -8288943 or 5342593. OLE color: 5342593.

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

Color convert

RGB12913381-
CMYK0.0300.390.48
HSL64.62º24.3%41.96%-
HSV(B)64.62º39.1%52.16%-
XYZ18.9322.0411.04-
YUV125.88102.67130.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.61%
GREEN value IS 133 (52.34% from 255) = 38.78%
BLUE value IS 81 (32.03% from 255) = 23.62%
R=37.61%
G=38.78%
B=23.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal129133810.0300.390.4864.6224.341.96
Hex81855130273041182a
Octal2012051213047601013052
Binary10000001100001011010001110100111110000100000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818551; }

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

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

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

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

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

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

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

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