Html Css Color HEX #808955 Finch

📋 copy color: '#808955'

red 128 ◦ green 137 ◦ blue 85

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

Shades of Finch #808955

Tints of Finch #808955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.29%

R = 36.57%
G = 39.14%
B = 24.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#808955 (or 0x808955) is known color: Finch. HEX triplet: 80, 89 and 55. RGB value is (128,137,85). Sum of RGB (Red+Green+Blue) = 128+137+85=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 137 - color contains mainly: green. Hex color #808955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808955 is #7F76AA. Grayscale: #808080. Windows color (decimal): -8353451 or 5605760. OLE color: 5605760.

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

Color convert

RGB 128 137 85 -
CMYK 0.07 0 0.38 0.46
HSL 70.38º 0.23% 0.44% -
HSV(B) 70.38º 0.38% 0.54% -
XYZ 19.49 23.14 12.03 -
YUV 128.38 103.52 127.73 -
System Red Green Blue C M Y K H S L
Decimal 128 137 85 0.07 0 0.38 0.46 70.38 0.23 0.44
Hex 80 89 55 7 0 26 2E 46 17 2C
Octal 200 211 125 7 0 46 56 106 27 54
Binary 10000000 10001001 1010101 111 0 100110 101110 1000110 10111 101100

Color Harmonies of #808955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808955

Black with #808955

Text Example


Text Example

White with #808955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808955; }

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

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

background-color css

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

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

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

border-color css

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

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

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