Html Css Color HEX #80845D Finch

📋 copy color: '#80845D'

red 128 ◦ green 132 ◦ blue 93

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

Shades of Finch #80845D

Tints of Finch #80845D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.35%

R = 36.26%
G = 37.39%
B = 26.35%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#80845D (or 0x80845D) is known color: Finch. HEX triplet: 80, 84 and 5D. RGB value is (128,132,93). Sum of RGB (Red+Green+Blue) = 128+132+93=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 132 - color contains mainly: green. Hex color #80845D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80845D is #7F7BA2. Grayscale: #7E7E7E. Windows color (decimal): -8354723 or 6128768. OLE color: 6128768.

HSL color Cylindrical-coordinate representation of color #80845D: hue angle of 66.15º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80845D is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 132 93 -
CMYK 0.03 0 0.30 0.48
HSL 66.15º 0.17% 0.44% -
HSV(B) 66.15º 0.3% 0.52% -
XYZ 19.13 21.88 13.57 -
YUV 126.36 109.17 129.17 -
System Red Green Blue C M Y K H S L
Decimal 128 132 93 0.03 0 0.30 0.48 66.15 0.17 0.44
Hex 80 84 5D 3 0 1E 30 42 11 2C
Octal 200 204 135 3 0 36 60 102 21 54
Binary 10000000 10000100 1011101 11 0 11110 110000 1000010 10001 101100

Color Harmonies of #80845D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80845D

Black with #80845D

Text Example


Text Example

White with #80845D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80845D; }

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

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

background-color css

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

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

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

border-color css

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

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

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