Html Css Color HEX #808959 Finch

📋 copy color: '#808959'

red 128 ◦ green 137 ◦ blue 89

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

Shades of Finch #808959

Tints of Finch #808959

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.7%

 BLUE value IS 89 (35.16% from 255) = 25.14%

R = 36.16%
G = 38.7%
B = 25.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.35

 K value IS 0.46

RGB Variations

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

Color information

#808959 (or 0x808959) is known color: Finch. HEX triplet: 80, 89 and 59. RGB value is (128,137,89). Sum of RGB (Red+Green+Blue) = 128+137+89=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 137 (53.91% from 255 or 38.70% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 137 - color contains mainly: green. Hex color #808959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808959 is #7F76A6. Grayscale: #818181. Windows color (decimal): -8353447 or 5867904. OLE color: 5867904.

HSL color Cylindrical-coordinate representation of color #808959: hue angle of 71.25º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #808959 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.46.

Color convert

RGB 128 137 89 -
CMYK 0.07 0 0.35 0.46
HSL 71.25º 0.21% 0.44% -
HSV(B) 71.25º 0.35% 0.54% -
XYZ 19.65 23.2 12.89 -
YUV 128.84 105.52 127.4 -
System Red Green Blue C M Y K H S L
Decimal 128 137 89 0.07 0 0.35 0.46 71.25 0.21 0.44
Hex 80 89 59 7 0 23 2E 47 15 2C
Octal 200 211 131 7 0 43 56 107 25 54
Binary 10000000 10001001 1011001 111 0 100011 101110 1000111 10101 101100

Color Harmonies of #808959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808959

Black with #808959

Text Example


Text Example

White with #808959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808959; }

 p { color: rgb(128,137,89); }

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

background-color css

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

 a { background-color: rgb(128,137,89); }

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

border-color css

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

 span { border-color: rgb(128,137,89); }

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