#828572

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

Shades of Bitter #828572

Tints of Bitter #828572

Color information

#828572 (or 0x828572) is unknown color: approx Bitter. HEX triplet: 82, 85 and 72. RGB value is (130,133,114). Sum of RGB (Red+Green+Blue) = 130+133+114=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 133 - color contains mainly: green. Hex color #828572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828572 is #7D7A8D. Grayscale: #828282. Windows color (decimal): -8223374 or 7505282. OLE color: 7505282.

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

Color convert

RGB130133114-
CMYK0.0200.140.48
HSL69.47º7.69%48.43%-
HSV(B)69.47º14.29%52.16%-
XYZ20.6322.7419.22-
YUV129.94119.01128.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.48%
GREEN value IS 133 (52.34% from 255) = 35.28%
BLUE value IS 114 (44.92% from 255) = 30.24%
R=34.48%
G=35.28%
B=30.24%

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
Decimal1301331140.0200.140.4869.477.6948.43
Hex82857220E3045830
Octal2022051622016601051060
Binary10000010100001011110010100111011000010001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828572; }

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

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

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

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

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

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

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

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