#828566

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

Shades of Bitter #828566

Tints of Bitter #828566

Color information

#828566 (or 0x828566) is unknown color: approx Bitter. HEX triplet: 82, 85 and 66. RGB value is (130,133,102). Sum of RGB (Red+Green+Blue) = 130+133+102=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 133 - color contains mainly: green. Hex color #828566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828566 is #7D7A99. Grayscale: #808080. Windows color (decimal): -8223386 or 6718850. OLE color: 6718850.

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

Color convert

RGB130133102-
CMYK0.0200.230.48
HSL65.81º13.19%46.08%-
HSV(B)65.81º23.31%52.16%-
XYZ19.9922.4815.86-
YUV128.57113.01129.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.62%
GREEN value IS 133 (52.34% from 255) = 36.44%
BLUE value IS 102 (40.23% from 255) = 27.95%
R=35.62%
G=36.44%
B=27.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1301331020.0200.230.4865.8113.1946.08
Hex82856620173042d2e
Octal2022051462027601021556
Binary100000101000010111001101001011111000010000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828566; }

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

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

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

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

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

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

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

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