Html Css Color HEX #808254 Finch

📋 copy color: '#808254'

red 128 ◦ green 130 ◦ blue 84

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

Shades of Finch #808254

Tints of Finch #808254

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.01%

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

R = 37.43%
G = 38.01%
B = 24.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#808254 (or 0x808254) is known color: Finch. HEX triplet: 80, 82 and 54. RGB value is (128,130,84). Sum of RGB (Red+Green+Blue) = 128+130+84=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 130 - color contains mainly: green. Hex color #808254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808254 is #7F7DAB. Grayscale: #7C7C7C. Windows color (decimal): -8355244 or 5538432. OLE color: 5538432.

HSL color Cylindrical-coordinate representation of color #808254: hue angle of 62.61º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #808254 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 130 84 -
CMYK 0.02 0 0.35 0.49
HSL 62.61º 0.21% 0.42% -
HSV(B) 62.61º 0.35% 0.51% -
XYZ 18.48 21.19 11.5 -
YUV 124.16 105.34 130.74 -
System Red Green Blue C M Y K H S L
Decimal 128 130 84 0.02 0 0.35 0.49 62.61 0.21 0.42
Hex 80 82 54 2 0 23 31 3F 15 2A
Octal 200 202 124 2 0 43 61 77 25 52
Binary 10000000 10000010 1010100 10 0 100011 110001 111111 10101 101010

Color Harmonies of #808254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808254

Black with #808254

Text Example


Text Example

White with #808254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808254; }

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

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

background-color css

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

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

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

border-color css

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

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

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