Html Css Color HEX #808550 Finch

📋 copy color: '#808550'

red 128 ◦ green 133 ◦ blue 80

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

Shades of Finch #808550

Tints of Finch #808550

RGB

 RED value IS 128 (50.39% from 255) = 37.54%

 GREEN value IS 133 (52.34% from 255) = 39%

 BLUE value IS 80 (31.64% from 255) = 23.46%

R = 37.54%
G = 39%
B = 23.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#808550 (or 0x808550) is known color: Finch. HEX triplet: 80, 85 and 50. RGB value is (128,133,80). Sum of RGB (Red+Green+Blue) = 128+133+80=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 133 - color contains mainly: green. Hex color #808550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808550 is #7F7AAF. Grayscale: #7D7D7D. Windows color (decimal): -8354480 or 5277056. OLE color: 5277056.

HSL color Cylindrical-coordinate representation of color #808550: hue angle of 65.66º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #808550 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 133 80 -
CMYK 0.04 0 0.40 0.48
HSL 65.66º 0.25% 0.42% -
HSV(B) 65.66º 0.4% 0.52% -
XYZ 18.74 21.94 10.84 -
YUV 125.46 102.34 129.81 -
System Red Green Blue C M Y K H S L
Decimal 128 133 80 0.04 0 0.40 0.48 65.66 0.25 0.42
Hex 80 85 50 4 0 28 30 42 19 2A
Octal 200 205 120 4 0 50 60 102 31 52
Binary 10000000 10000101 1010000 100 0 101000 110000 1000010 11001 101010

Color Harmonies of #808550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808550

Black with #808550

Text Example


Text Example

White with #808550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808550; }

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

 H1.HeaderClassName
 {
   color: #808550;
 }
 .AnyTagClassName
 {
   color: #808550;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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