Html Css Color HEX #80884F Finch

📋 copy color: '#80884F'

red 128 ◦ green 136 ◦ blue 79

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

Shades of Finch #80884F

Tints of Finch #80884F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.03%

R = 37.32%
G = 39.65%
B = 23.03%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#80884F (or 0x80884F) is known color: Finch. HEX triplet: 80, 88 and 4F. RGB value is (128,136,79). Sum of RGB (Red+Green+Blue) = 128+136+79=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 136 - color contains mainly: green. Hex color #80884F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80884F is #7F77B0. Grayscale: #7F7F7F. Windows color (decimal): -8353713 or 5212288. OLE color: 5212288.

HSL color Cylindrical-coordinate representation of color #80884F: hue angle of 68.42º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80884F is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 136 79 -
CMYK 0.06 0 0.42 0.47
HSL 68.42º 0.27% 0.42% -
HSV(B) 68.42º 0.42% 0.53% -
XYZ 19.12 22.76 10.78 -
YUV 127.11 100.85 128.63 -
System Red Green Blue C M Y K H S L
Decimal 128 136 79 0.06 0 0.42 0.47 68.42 0.27 0.42
Hex 80 88 4F 6 0 2A 2F 44 1B 2A
Octal 200 210 117 6 0 52 57 104 33 52
Binary 10000000 10001000 1001111 110 0 101010 101111 1000100 11011 101010

Color Harmonies of #80884F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80884F

Black with #80884F

Text Example


Text Example

White with #80884F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80884F; }

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

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

background-color css

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

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

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

border-color css

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

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

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