#82866A

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

Shades of Bitter #82866A

Tints of Bitter #82866A

Color information

#82866A (or 0x82866A) is unknown color: approx Bitter. HEX triplet: 82, 86 and 6A. RGB value is (130,134,106). Sum of RGB (Red+Green+Blue) = 130+134+106=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 134 - color contains mainly: green. Hex color #82866A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82866A is #7D7995. Grayscale: #818181. Windows color (decimal): -8223126 or 6981250. OLE color: 6981250.

HSL color Cylindrical-coordinate representation of color #82866A: hue angle of 68.57º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #82866A is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB130134106-
CMYK0.0300.210.47
HSL68.57º11.67%47.06%-
HSV(B)68.57º20.9%52.55%-
XYZ20.3322.8416.97-
YUV129.61114.67128.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.14%
GREEN value IS 134 (52.73% from 255) = 36.22%
BLUE value IS 106 (41.80% from 255) = 28.65%
R=35.14%
G=36.22%
B=28.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1301341060.0300.210.4768.5711.6747.06
Hex82866A30152F45c2f
Octal2022061523025571051457
Binary100000101000011011010101101010110111110001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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