#858950

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

Shades of Finch #858950

Tints of Finch #858950

Color information

#858950 (or 0x858950) is unknown color: approx Finch. HEX triplet: 85, 89 and 50. RGB value is (133,137,80). Sum of RGB (Red+Green+Blue) = 133+137+80=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 137 - color contains mainly: green. Hex color #858950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858950 is #7A76AF. Grayscale: #818181. Windows color (decimal): -8025776 or 5278085. OLE color: 5278085.

HSL color Cylindrical-coordinate representation of color #858950: hue angle of 64.21º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #858950 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB13313780-
CMYK0.0300.420.46
HSL64.21º26.27%42.55%-
HSV(B)64.21º41.61%53.73%-
XYZ20.0723.4611.06-
YUV129.31100.17130.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38%
GREEN value IS 137 (53.91% from 255) = 39.14%
BLUE value IS 80 (31.64% from 255) = 22.86%
R=38%
G=39.14%
B=22.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal133137800.0300.420.4664.2126.2742.55
Hex858950302A2E401a2b
Octal2052111203052561003253
Binary10000101100010011010000110101010101110100000011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858950; }

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

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

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

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

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

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

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

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