Html Css Color HEX #858950 Finch

📋 copy color: '#858950'

red 133 ◦ green 137 ◦ blue 80

#858950
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finch #858950

Tints of Finch #858950

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 value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#858950 (or 0x858950) is known color: 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

RGB 133 137 80 -
CMYK 0.03 0 0.42 0.46
HSL 64.21º 0.26% 0.43% -
HSV(B) 64.21º 0.42% 0.54% -
XYZ 20.07 23.46 11.06 -
YUV 129.31 100.17 130.63 -
System Red Green Blue C M Y K H S L
Decimal 133 137 80 0.03 0 0.42 0.46 64.21 0.26 0.43
Hex 85 89 50 3 0 2A 2E 40 1A 2B
Octal 205 211 120 3 0 52 56 100 32 53
Binary 10000101 10001001 1010000 11 0 101010 101110 1000000 11010 101011

Color Harmonies of #858950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858950

Black with #858950

Text Example


Text Example

White with #858950

Text Example


Text Example

HTML Codes & Css Web 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>