Html Css Color HEX #80885C Finch

📋 copy color: '#80885C'

red 128 ◦ green 136 ◦ blue 92

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

Shades of Finch #80885C

Tints of Finch #80885C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.84%

R = 35.96%
G = 38.2%
B = 25.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#80885C (or 0x80885C) is known color: Finch. HEX triplet: 80, 88 and 5C. RGB value is (128,136,92). Sum of RGB (Red+Green+Blue) = 128+136+92=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 136 - color contains mainly: green. Hex color #80885C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80885C is #7F77A3. Grayscale: #808080. Windows color (decimal): -8353700 or 6064256. OLE color: 6064256.

HSL color Cylindrical-coordinate representation of color #80885C: hue angle of 70.91º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80885C is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 136 92 -
CMYK 0.06 0 0.32 0.47
HSL 70.91º 0.19% 0.45% -
HSV(B) 70.91º 0.32% 0.53% -
XYZ 19.64 22.97 13.52 -
YUV 128.59 107.35 127.58 -
System Red Green Blue C M Y K H S L
Decimal 128 136 92 0.06 0 0.32 0.47 70.91 0.19 0.45
Hex 80 88 5C 6 0 20 2F 47 13 2D
Octal 200 210 134 6 0 40 57 107 23 55
Binary 10000000 10001000 1011100 110 0 100000 101111 1000111 10011 101101

Color Harmonies of #80885C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80885C

Black with #80885C

Text Example


Text Example

White with #80885C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80885C; }

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

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

background-color css

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

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

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

border-color css

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

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

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