Html Css Color HEX #808551 Finch

📋 copy color: '#808551'

red 128 ◦ green 133 ◦ blue 81

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

Shades of Finch #808551

Tints of Finch #808551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.68%

R = 37.43%
G = 38.89%
B = 23.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#808551 (or 0x808551) is known color: Finch. HEX triplet: 80, 85 and 51. RGB value is (128,133,81). Sum of RGB (Red+Green+Blue) = 128+133+81=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 133 - color contains mainly: green. Hex color #808551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808551 is #7F7AAE. Grayscale: #7D7D7D. Windows color (decimal): -8354479 or 5342592. OLE color: 5342592.

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

Color convert

RGB 128 133 81 -
CMYK 0.04 0 0.39 0.48
HSL 65.77º 0.24% 0.42% -
HSV(B) 65.77º 0.39% 0.52% -
XYZ 18.77 21.96 11.03 -
YUV 125.58 102.84 129.73 -
System Red Green Blue C M Y K H S L
Decimal 128 133 81 0.04 0 0.39 0.48 65.77 0.24 0.42
Hex 80 85 51 4 0 27 30 42 18 2A
Octal 200 205 121 4 0 47 60 102 30 52
Binary 10000000 10000101 1010001 100 0 100111 110000 1000010 11000 101010

Color Harmonies of #808551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808551

Black with #808551

Text Example


Text Example

White with #808551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808551; }

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

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

background-color css

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

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

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

border-color css

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

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

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