#828573

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

Shades of Bitter #828573

Tints of Bitter #828573

Color information

#828573 (or 0x828573) is unknown color: approx Bitter. HEX triplet: 82, 85 and 73. RGB value is (130,133,115). Sum of RGB (Red+Green+Blue) = 130+133+115=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 133 - color contains mainly: green. Hex color #828573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828573 is #7D7A8C. Grayscale: #828282. Windows color (decimal): -8223373 or 7570818. OLE color: 7570818.

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

Color convert

RGB130133115-
CMYK0.0200.140.48
HSL70º7.26%48.63%-
HSV(B)70º13.53%52.16%-
XYZ20.6922.7619.52-
YUV130.05119.51127.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.39%
GREEN value IS 133 (52.34% from 255) = 35.19%
BLUE value IS 115 (45.31% from 255) = 30.42%
R=34.39%
G=35.19%
B=30.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1301331150.0200.140.48707.2648.63
Hex82857320E3046731
Octal202205163201660106761
Binary1000001010000101111001110011101100001000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828573; }

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

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

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

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

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

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

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

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