Html Css Color HEX #80895B Finch

📋 copy color: '#80895B'

red 128 ◦ green 137 ◦ blue 91

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

Shades of Finch #80895B

Tints of Finch #80895B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.48%

 BLUE value IS 91 (35.94% from 255) = 25.56%

R = 35.96%
G = 38.48%
B = 25.56%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#80895B (or 0x80895B) is known color: Finch. HEX triplet: 80, 89 and 5B. RGB value is (128,137,91). Sum of RGB (Red+Green+Blue) = 128+137+91=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 137 - color contains mainly: green. Hex color #80895B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80895B is #7F76A4. Grayscale: #818181. Windows color (decimal): -8353445 or 5998976. OLE color: 5998976.

HSL color Cylindrical-coordinate representation of color #80895B: hue angle of 71.74º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80895B is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 128 137 91 -
CMYK 0.07 0 0.34 0.46
HSL 71.74º 0.2% 0.45% -
HSV(B) 71.74º 0.34% 0.54% -
XYZ 19.74 23.24 13.34 -
YUV 129.07 106.52 127.24 -
System Red Green Blue C M Y K H S L
Decimal 128 137 91 0.07 0 0.34 0.46 71.74 0.2 0.45
Hex 80 89 5B 7 0 22 2E 48 14 2D
Octal 200 211 133 7 0 42 56 110 24 55
Binary 10000000 10001001 1011011 111 0 100010 101110 1001000 10100 101101

Color Harmonies of #80895B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80895B

Black with #80895B

Text Example


Text Example

White with #80895B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80895B; }

 p { color: rgb(128,137,91); }

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

background-color css

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

 a { background-color: rgb(128,137,91); }

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

border-color css

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

 span { border-color: rgb(128,137,91); }

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