#828955

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

Shades of Finch #828955

Tints of Finch #828955

Color information

#828955 (or 0x828955) is unknown color: approx Finch. HEX triplet: 82, 89 and 55. RGB value is (130,137,85). Sum of RGB (Red+Green+Blue) = 130+137+85=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 137 - color contains mainly: green. Hex color #828955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828955 is #7D76AA. Grayscale: #818181. Windows color (decimal): -8222379 or 5605762. OLE color: 5605762.

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

Color convert

RGB13013785-
CMYK0.0500.380.46
HSL68.08º23.42%43.53%-
HSV(B)68.08º37.96%53.73%-
XYZ19.7923.2912.05-
YUV128.98103.18128.73-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.93%
GREEN value IS 137 (53.91% from 255) = 38.92%
BLUE value IS 85 (33.59% from 255) = 24.15%
R=36.93%
G=38.92%
B=24.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130137850.0500.380.4668.0823.4243.53
Hex82895550262E44172c
Octal2022111255046561042754
Binary100000101000100110101011010100110101110100010010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828955; }

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

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

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

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

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

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

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

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