#828950

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

Shades of Finch #828950

Tints of Finch #828950

Color information

#828950 (or 0x828950) is unknown color: approx Finch. HEX triplet: 82, 89 and 50. RGB value is (130,137,80). Sum of RGB (Red+Green+Blue) = 130+137+80=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 137 - color contains mainly: green. Hex color #828950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828950 is #7D76AF. Grayscale: #808080. Windows color (decimal): -8222384 or 5278082. OLE color: 5278082.

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

Color convert

RGB13013780-
CMYK0.0500.420.46
HSL67.37º26.27%42.55%-
HSV(B)67.37º41.61%53.73%-
XYZ19.623.2211.04-
YUV128.41100.68129.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.46%
GREEN value IS 137 (53.91% from 255) = 39.48%
BLUE value IS 80 (31.64% from 255) = 23.05%
R=37.46%
G=39.48%
B=23.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130137800.0500.420.4667.3726.2742.55
Hex828950502A2E431a2b
Octal2022111205052561033253
Binary100000101000100110100001010101010101110100001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828950; }

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

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

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

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

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

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

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

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