#828554

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

Shades of Finch #828554

Tints of Finch #828554

Color information

#828554 (or 0x828554) is unknown color: approx Finch. HEX triplet: 82, 85 and 54. RGB value is (130,133,84). Sum of RGB (Red+Green+Blue) = 130+133+84=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 133 - color contains mainly: green. Hex color #828554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828554 is #7D7AAB. Grayscale: #7E7E7E. Windows color (decimal): -8223404 or 5539202. OLE color: 5539202.

HSL color Cylindrical-coordinate representation of color #828554: hue angle of 63.67º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #828554 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB13013384-
CMYK0.0200.370.48
HSL63.67º22.58%42.55%-
HSV(B)63.67º36.84%52.16%-
XYZ19.1922.1611.65-
YUV126.52104.01130.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.46%
GREEN value IS 133 (52.34% from 255) = 38.33%
BLUE value IS 84 (33.20% from 255) = 24.21%
R=37.46%
G=38.33%
B=24.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130133840.0200.370.4863.6722.5842.55
Hex82855420253040172b
Octal2022051242045601002753
Binary10000010100001011010100100100101110000100000010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828554; }

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

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

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

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

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

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

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

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