#828959

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

Shades of Finch #828959

Tints of Finch #828959

Color information

#828959 (or 0x828959) is unknown color: approx Finch. HEX triplet: 82, 89 and 59. RGB value is (130,137,89). Sum of RGB (Red+Green+Blue) = 130+137+89=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 137 - color contains mainly: green. Hex color #828959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828959 is #7D76A6. Grayscale: #818181. Windows color (decimal): -8222375 or 5867906. OLE color: 5867906.

HSL color Cylindrical-coordinate representation of color #828959: hue angle of 68.75º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #828959 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.46.

Color convert

RGB13013789-
CMYK0.0500.350.46
HSL68.75º21.24%44.31%-
HSV(B)68.75º35.04%53.73%-
XYZ19.9523.3612.91-
YUV129.44105.18128.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.52%
GREEN value IS 137 (53.91% from 255) = 38.48%
BLUE value IS 89 (35.16% from 255) = 25%
R=36.52%
G=38.48%
B=25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130137890.0500.350.4668.7521.2444.31
Hex82895950232E45152c
Octal2022111315043561052554
Binary100000101000100110110011010100011101110100010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828959; }

 p { color: rgb(130,137,89); }

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

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

 a { background-color: rgb(130,137,89); }

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

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

 span { border-color: rgb(130,137,89); }

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