#828954

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

Shades of Finch #828954

Tints of Finch #828954

Color information

#828954 (or 0x828954) is unknown color: approx Finch. HEX triplet: 82, 89 and 54. RGB value is (130,137,84). Sum of RGB (Red+Green+Blue) = 130+137+84=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 84 (33.20% from 255 or 23.93% from 351); Max value from RGB is 137 - color contains mainly: green. Hex color #828954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828954 is #7D76AB. Grayscale: #818181. Windows color (decimal): -8222380 or 5540226. OLE color: 5540226.

HSL color Cylindrical-coordinate representation of color #828954: hue angle of 67.92º 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 #828954 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB13013784-
CMYK0.0500.390.46
HSL67.92º23.98%43.33%-
HSV(B)67.92º38.69%53.73%-
XYZ19.7523.2811.84-
YUV128.86102.68128.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.04%
GREEN value IS 137 (53.91% from 255) = 39.03%
BLUE value IS 84 (33.20% from 255) = 23.93%
R=37.04%
G=39.03%
B=23.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130137840.0500.390.4667.9223.9843.33
Hex82895450272E44182b
Octal2022111245047561043053
Binary100000101000100110101001010100111101110100010011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828954; }

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

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

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

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

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

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

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

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