#828565

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

Shades of Bitter #828565

Tints of Bitter #828565

Color information

#828565 (or 0x828565) is unknown color: approx Bitter. HEX triplet: 82, 85 and 65. RGB value is (130,133,101). Sum of RGB (Red+Green+Blue) = 130+133+101=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 133 - color contains mainly: green. Hex color #828565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828565 is #7D7A9A. Grayscale: #808080. Windows color (decimal): -8223387 or 6653314. OLE color: 6653314.

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

Color convert

RGB130133101-
CMYK0.0200.240.48
HSL65.62º13.68%45.88%-
HSV(B)65.62º24.06%52.16%-
XYZ19.9422.4615.6-
YUV128.46112.51129.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.71%
GREEN value IS 133 (52.34% from 255) = 36.54%
BLUE value IS 101 (39.84% from 255) = 27.75%
R=35.71%
G=36.54%
B=27.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1301331010.0200.240.4865.6213.6845.88
Hex82856520183042e2e
Octal2022051452030601021656
Binary100000101000010111001011001100011000010000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828565; }

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

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

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

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

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

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

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

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