#80854B

Color #80854B Finch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finch #80854B

Tints of Finch #80854B

Color information

#80854B (or 0x80854B) is unknown color: approx Finch. HEX triplet: 80, 85 and 4B. RGB value is (128,133,75). Sum of RGB (Red+Green+Blue) = 128+133+75=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 133 - color contains mainly: green. Hex color #80854B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80854B is #7F7AB4. Grayscale: #7D7D7D. Windows color (decimal): -8354485 or 4949376. OLE color: 4949376.

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

Color convert

RGB12813375-
CMYK0.0400.440.48
HSL65.17º27.88%40.78%-
HSV(B)65.17º43.61%52.16%-
XYZ18.5621.879.9-
YUV124.8999.84130.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.10%
GREEN value IS 133 (52.34% from 255) = 39.58%
BLUE value IS 75 (29.69% from 255) = 22.32%
R=38.10%
G=39.58%
B=22.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128133750.0400.440.4865.1727.8840.78
Hex80854B402C30411c29
Octal2002051134054601013451
Binary100000001000010110010111000101100110000100000111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80854B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80854B;
 }
 .AnyTagClassName
 {
   color: #80854B;
 }
</style>
background-color css

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

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

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

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

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

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