Html Css Color HEX #808554 Finch

📋 copy color: '#808554'

red 128 ◦ green 133 ◦ blue 84

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

Shades of Finch #808554

Tints of Finch #808554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.35%

R = 37.1%
G = 38.55%
B = 24.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#808554 (or 0x808554) is known color: Finch. HEX triplet: 80, 85 and 54. RGB value is (128,133,84). Sum of RGB (Red+Green+Blue) = 128+133+84=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 133 - color contains mainly: green. Hex color #808554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808554 is #7F7AAB. Grayscale: #7E7E7E. Windows color (decimal): -8354476 or 5539200. OLE color: 5539200.

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

Color convert

RGB 128 133 84 -
CMYK 0.04 0 0.37 0.48
HSL 66.12º 0.23% 0.43% -
HSV(B) 66.12º 0.37% 0.52% -
XYZ 18.89 22 11.64 -
YUV 125.92 104.34 129.48 -
System Red Green Blue C M Y K H S L
Decimal 128 133 84 0.04 0 0.37 0.48 66.12 0.23 0.43
Hex 80 85 54 4 0 25 30 42 17 2B
Octal 200 205 124 4 0 45 60 102 27 53
Binary 10000000 10000101 1010100 100 0 100101 110000 1000010 10111 101011

Color Harmonies of #808554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808554

Black with #808554

Text Example


Text Example

White with #808554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808554; }

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

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

background-color css

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

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

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

border-color css

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

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

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