#828562

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

Shades of Bitter #828562

Tints of Bitter #828562

Color information

#828562 (or 0x828562) is unknown color: approx Bitter. HEX triplet: 82, 85 and 62. RGB value is (130,133,98). Sum of RGB (Red+Green+Blue) = 130+133+98=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 133 - color contains mainly: green. Hex color #828562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828562 is #7D7A9D. Grayscale: #808080. Windows color (decimal): -8223390 or 6456706. OLE color: 6456706.

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

Color convert

RGB13013398-
CMYK0.0200.260.48
HSL65.14º15.15%45.29%-
HSV(B)65.14º26.32%52.16%-
XYZ19.822.414.84-
YUV128.11111.01129.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.01%
GREEN value IS 133 (52.34% from 255) = 36.84%
BLUE value IS 98 (38.67% from 255) = 27.15%
R=36.01%
G=36.84%
B=27.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130133980.0200.260.4865.1415.1545.29
Hex828562201A3041f2d
Octal2022051422032601011755
Binary100000101000010111000101001101011000010000011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828562; }

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

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

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

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

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

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

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

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