#828574

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

Shades of Bitter #828574

Tints of Bitter #828574

Color information

#828574 (or 0x828574) is unknown color: approx Bitter. HEX triplet: 82, 85 and 74. RGB value is (130,133,116). Sum of RGB (Red+Green+Blue) = 130+133+116=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 133 - color contains mainly: green. Hex color #828574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828574 is #7D7A8B. Grayscale: #828282. Windows color (decimal): -8223372 or 7636354. OLE color: 7636354.

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

Color convert

RGB130133116-
CMYK0.0200.130.48
HSL70.59º6.83%48.82%-
HSV(B)70.59º12.78%52.16%-
XYZ20.7522.7819.83-
YUV130.16120.01127.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.30%
GREEN value IS 133 (52.34% from 255) = 35.09%
BLUE value IS 116 (45.70% from 255) = 30.61%
R=34.30%
G=35.09%
B=30.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1301331160.0200.130.4870.596.8348.82
Hex82857420D3047731
Octal202205164201560107761
Binary1000001010000101111010010011011100001000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828574; }

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

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

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

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

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

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

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

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