Html Css Color HEX #808555 Finch

📋 copy color: '#808555'

red 128 ◦ green 133 ◦ blue 85

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

Shades of Finch #808555

Tints of Finch #808555

RGB

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

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

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

R = 36.99%
G = 38.44%
B = 24.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#808555 (or 0x808555) is known color: Finch. HEX triplet: 80, 85 and 55. RGB value is (128,133,85). Sum of RGB (Red+Green+Blue) = 128+133+85=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 133 - color contains mainly: green. Hex color #808555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808555 is #7F7AAA. Grayscale: #7E7E7E. Windows color (decimal): -8354475 or 5604736. OLE color: 5604736.

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

Color convert

RGB 128 133 85 -
CMYK 0.04 0 0.36 0.48
HSL 66.25º 0.22% 0.43% -
HSV(B) 66.25º 0.36% 0.52% -
XYZ 18.93 22.02 11.85 -
YUV 126.03 104.84 129.4 -
System Red Green Blue C M Y K H S L
Decimal 128 133 85 0.04 0 0.36 0.48 66.25 0.22 0.43
Hex 80 85 55 4 0 24 30 42 16 2B
Octal 200 205 125 4 0 44 60 102 26 53
Binary 10000000 10000101 1010101 100 0 100100 110000 1000010 10110 101011

Color Harmonies of #808555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808555

Black with #808555

Text Example


Text Example

White with #808555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808555; }

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

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

background-color css

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

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

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

border-color css

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

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

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