Html Css Color HEX #808851 Finch

📋 copy color: '#808851'

red 128 ◦ green 136 ◦ blue 81

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

Shades of Finch #808851

Tints of Finch #808851

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.42%

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

R = 37.1%
G = 39.42%
B = 23.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#808851 (or 0x808851) is known color: Finch. HEX triplet: 80, 88 and 51. RGB value is (128,136,81). Sum of RGB (Red+Green+Blue) = 128+136+81=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 136 - color contains mainly: green. Hex color #808851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808851 is #7F77AE. Grayscale: #7F7F7F. Windows color (decimal): -8353711 or 5343360. OLE color: 5343360.

HSL color Cylindrical-coordinate representation of color #808851: hue angle of 68.73º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #808851 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 136 81 -
CMYK 0.06 0 0.40 0.47
HSL 68.73º 0.25% 0.43% -
HSV(B) 68.73º 0.4% 0.53% -
XYZ 19.19 22.79 11.17 -
YUV 127.34 101.85 128.47 -
System Red Green Blue C M Y K H S L
Decimal 128 136 81 0.06 0 0.40 0.47 68.73 0.25 0.43
Hex 80 88 51 6 0 28 2F 45 19 2B
Octal 200 210 121 6 0 50 57 105 31 53
Binary 10000000 10001000 1010001 110 0 101000 101111 1000101 11001 101011

Color Harmonies of #808851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808851

Black with #808851

Text Example


Text Example

White with #808851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808851; }

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

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

background-color css

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

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

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

border-color css

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

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

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