Html Css Color HEX #80854F Finch

📋 copy color: '#80854F'

red 128 ◦ green 133 ◦ blue 79

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

Shades of Finch #80854F

Tints of Finch #80854F

RGB

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

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

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

R = 37.65%
G = 39.12%
B = 23.24%

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

#80854F (or 0x80854F) is known color: Finch. HEX triplet: 80, 85 and 4F. RGB value is (128,133,79). Sum of RGB (Red+Green+Blue) = 128+133+79=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 133 - color contains mainly: green. Hex color #80854F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80854F is #7F7AB0. Grayscale: #7D7D7D. Windows color (decimal): -8354481 or 5211520. OLE color: 5211520.

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

Color convert

RGB 128 133 79 -
CMYK 0.04 0 0.41 0.48
HSL 65.56º 0.25% 0.42% -
HSV(B) 65.56º 0.41% 0.52% -
XYZ 18.7 21.93 10.64 -
YUV 125.35 101.84 129.89 -
System Red Green Blue C M Y K H S L
Decimal 128 133 79 0.04 0 0.41 0.48 65.56 0.25 0.42
Hex 80 85 4F 4 0 29 30 42 19 2A
Octal 200 205 117 4 0 51 60 102 31 52
Binary 10000000 10000101 1001111 100 0 101001 110000 1000010 11001 101010

Color Harmonies of #80854F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80854F

Black with #80854F

Text Example


Text Example

White with #80854F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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