#828D55

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

Shades of Finch #828D55

Tints of Finch #828D55

Color information

#828D55 (or 0x828D55) is unknown color: approx Finch. HEX triplet: 82, 8D and 55. RGB value is (130,141,85). Sum of RGB (Red+Green+Blue) = 130+141+85=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 141 - color contains mainly: green. Hex color #828D55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828D55 is #7D72AA. Grayscale: #838383. Windows color (decimal): -8221355 or 5606786. OLE color: 5606786.

HSL color Cylindrical-coordinate representation of color #828D55: hue angle of 71.79º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #828D55 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB13014185-
CMYK0.0800.400.45
HSL71.79º24.78%44.31%-
HSV(B)71.79º39.72%55.29%-
XYZ20.3724.4512.24-
YUV131.33101.86127.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.52%
GREEN value IS 141 (55.47% from 255) = 39.61%
BLUE value IS 85 (33.59% from 255) = 23.88%
R=36.52%
G=39.61%
B=23.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130141850.0800.400.4571.7924.7844.31
Hex828D5580282D48192c
Octal20221512510050551103154
Binary1000001010001101101010110000101000101101100100011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828D55; }

 p { color: rgb(130,141,85); }

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

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

 a { background-color: rgb(130,141,85); }

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

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

 span { border-color: rgb(130,141,85); }

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