Html Css Color HEX #808450 Finch

📋 copy color: '#808450'

red 128 ◦ green 132 ◦ blue 80

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

Shades of Finch #808450

Tints of Finch #808450

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.82%

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

R = 37.65%
G = 38.82%
B = 23.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#808450 (or 0x808450) is known color: Finch. HEX triplet: 80, 84 and 50. RGB value is (128,132,80). Sum of RGB (Red+Green+Blue) = 128+132+80=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 132 - color contains mainly: green. Hex color #808450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808450 is #7F7BAF. Grayscale: #7D7D7D. Windows color (decimal): -8354736 or 5276800. OLE color: 5276800.

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

Color convert

RGB 128 132 80 -
CMYK 0.03 0 0.39 0.48
HSL 64.62º 0.25% 0.42% -
HSV(B) 64.62º 0.39% 0.52% -
XYZ 18.6 21.67 10.79 -
YUV 124.88 102.67 130.23 -
System Red Green Blue C M Y K H S L
Decimal 128 132 80 0.03 0 0.39 0.48 64.62 0.25 0.42
Hex 80 84 50 3 0 27 30 41 19 2A
Octal 200 204 120 3 0 47 60 101 31 52
Binary 10000000 10000100 1010000 11 0 100111 110000 1000001 11001 101010

Color Harmonies of #808450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808450

Black with #808450

Text Example


Text Example

White with #808450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808450; }

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

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

background-color css

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

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

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

border-color css

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

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

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