#82856A

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

Shades of Bitter #82856A

Tints of Bitter #82856A

Color information

#82856A (or 0x82856A) is unknown color: approx Bitter. HEX triplet: 82, 85 and 6A. RGB value is (130,133,106). Sum of RGB (Red+Green+Blue) = 130+133+106=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 133 - color contains mainly: green. Hex color #82856A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82856A is #7D7A95. Grayscale: #818181. Windows color (decimal): -8223382 or 6980994. OLE color: 6980994.

HSL color Cylindrical-coordinate representation of color #82856A: hue angle of 66.67º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #82856A is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB130133106-
CMYK0.0200.200.48
HSL66.67º11.3%46.86%-
HSV(B)66.67º20.3%52.16%-
XYZ20.1922.5616.93-
YUV129.02115.01128.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.23%
GREEN value IS 133 (52.34% from 255) = 36.04%
BLUE value IS 106 (41.80% from 255) = 28.73%
R=35.23%
G=36.04%
B=28.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1301331060.0200.200.4866.6711.346.86
Hex82856A20143043b2f
Octal2022051522024601031357
Binary100000101000010111010101001010011000010000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82856A; }

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

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

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

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

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

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

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

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