Html Css Color HEX #808559 Finch

📋 copy color: '#808559'

red 128 ◦ green 133 ◦ blue 89

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

Shades of Finch #808559

Tints of Finch #808559

RGB

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

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

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

R = 36.57%
G = 38%
B = 25.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#808559 (or 0x808559) is known color: Finch. HEX triplet: 80, 85 and 59. RGB value is (128,133,89). Sum of RGB (Red+Green+Blue) = 128+133+89=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 133 - color contains mainly: green. Hex color #808559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808559 is #7F7AA6. Grayscale: #7E7E7E. Windows color (decimal): -8354471 or 5866880. OLE color: 5866880.

HSL color Cylindrical-coordinate representation of color #808559: hue angle of 66.82º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #808559 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 133 89 -
CMYK 0.04 0 0.33 0.48
HSL 66.82º 0.2% 0.44% -
HSV(B) 66.82º 0.33% 0.52% -
XYZ 19.09 22.09 12.71 -
YUV 126.49 106.84 129.08 -
System Red Green Blue C M Y K H S L
Decimal 128 133 89 0.04 0 0.33 0.48 66.82 0.2 0.44
Hex 80 85 59 4 0 21 30 43 14 2C
Octal 200 205 131 4 0 41 60 103 24 54
Binary 10000000 10000101 1011001 100 0 100001 110000 1000011 10100 101100

Color Harmonies of #808559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808559

Black with #808559

Text Example


Text Example

White with #808559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808559; }

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

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

background-color css

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

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

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

border-color css

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

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

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