Html Css Color HEX #80844A Finch

📋 copy color: '#80844A'

red 128 ◦ green 132 ◦ blue 74

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

Shades of Finch #80844A

Tints of Finch #80844A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.52%

 BLUE value IS 74 (29.3% from 255) = 22.16%

R = 38.32%
G = 39.52%
B = 22.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#80844A (or 0x80844A) is known color: Finch. HEX triplet: 80, 84 and 4A. RGB value is (128,132,74). Sum of RGB (Red+Green+Blue) = 128+132+74=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 132 - color contains mainly: green. Hex color #80844A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80844A is #7F7BB5. Grayscale: #7C7C7C. Windows color (decimal): -8354742 or 4883584. OLE color: 4883584.

HSL color Cylindrical-coordinate representation of color #80844A: hue angle of 64.14º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80844A is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 132 74 -
CMYK 0.03 0 0.44 0.48
HSL 64.14º 0.28% 0.4% -
HSV(B) 64.14º 0.44% 0.52% -
XYZ 18.39 21.59 9.68 -
YUV 124.19 99.67 130.72 -
System Red Green Blue C M Y K H S L
Decimal 128 132 74 0.03 0 0.44 0.48 64.14 0.28 0.4
Hex 80 84 4A 3 0 2C 30 40 1C 28
Octal 200 204 112 3 0 54 60 100 34 50
Binary 10000000 10000100 1001010 11 0 101100 110000 1000000 11100 101000

Color Harmonies of #80844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80844A

Black with #80844A

Text Example


Text Example

White with #80844A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80844A; }

 p { color: rgb(128,132,74); }

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

background-color css

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

 a { background-color: rgb(128,132,74); }

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

border-color css

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

 span { border-color: rgb(128,132,74); }

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