#808954

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

Shades of Finch #808954

Tints of Finch #808954

Color information

#808954 (or 0x808954) is unknown color: approx Finch. HEX triplet: 80, 89 and 54. RGB value is (128,137,84). Sum of RGB (Red+Green+Blue) = 128+137+84=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 137 - color contains mainly: green. Hex color #808954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808954 is #7F76AB. Grayscale: #808080. Windows color (decimal): -8353452 or 5540224. OLE color: 5540224.

HSL color Cylindrical-coordinate representation of color #808954: hue angle of 70.19º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #808954 is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB12813784-
CMYK0.0700.390.46
HSL70.19º23.98%43.33%-
HSV(B)70.19º38.69%53.73%-
XYZ19.4523.1211.83-
YUV128.27103.02127.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.68%
GREEN value IS 137 (53.91% from 255) = 39.26%
BLUE value IS 84 (33.20% from 255) = 24.07%
R=36.68%
G=39.26%
B=24.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal128137840.0700.390.4670.1923.9843.33
Hex80895470272E46182b
Octal2002111247047561063053
Binary100000001000100110101001110100111101110100011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808954; }

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

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

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

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

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

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

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

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