Html Css Color HEX #80854E Finch

📋 copy color: '#80854E'

red 128 ◦ green 133 ◦ blue 78

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

Shades of Finch #80854E

Tints of Finch #80854E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.23%

 BLUE value IS 78 (30.86% from 255) = 23.01%

R = 37.76%
G = 39.23%
B = 23.01%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#80854E (or 0x80854E) is known color: Finch. HEX triplet: 80, 85 and 4E. RGB value is (128,133,78). Sum of RGB (Red+Green+Blue) = 128+133+78=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 133 - color contains mainly: green. Hex color #80854E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80854E is #7F7AB1. Grayscale: #7D7D7D. Windows color (decimal): -8354482 or 5145984. OLE color: 5145984.

HSL color Cylindrical-coordinate representation of color #80854E: hue angle of 65.45º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80854E is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 133 78 -
CMYK 0.04 0 0.41 0.48
HSL 65.45º 0.26% 0.41% -
HSV(B) 65.45º 0.41% 0.52% -
XYZ 18.66 21.91 10.45 -
YUV 125.24 101.34 129.97 -
System Red Green Blue C M Y K H S L
Decimal 128 133 78 0.04 0 0.41 0.48 65.45 0.26 0.41
Hex 80 85 4E 4 0 29 30 41 1A 29
Octal 200 205 116 4 0 51 60 101 32 51
Binary 10000000 10000101 1001110 100 0 101001 110000 1000001 11010 101001

Color Harmonies of #80854E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80854E

Black with #80854E

Text Example


Text Example

White with #80854E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80854E; }

 p { color: rgb(128,133,78); }

 H1.HeaderClassName
 {
   color: #80854E;
 }
 .AnyTagClassName
 {
   color: #80854E;
 }
</style>

background-color css

<style>
 a { background-color: #80854E; }

 a { background-color: rgb(128,133,78); }

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

border-color css

<style>
 span { border-color: #80854E; }

 span { border-color: rgb(128,133,78); }

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