#82886D

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

Shades of Bitter #82886D

Tints of Bitter #82886D

Color information

#82886D (or 0x82886D) is unknown color: approx Bitter. HEX triplet: 82, 88 and 6D. RGB value is (130,136,109). Sum of RGB (Red+Green+Blue) = 130+136+109=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 136 - color contains mainly: green. Hex color #82886D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82886D is #7D7792. Grayscale: #838383. Windows color (decimal): -8222611 or 7178370. OLE color: 7178370.

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

Color convert

RGB130136109-
CMYK0.0400.200.47
HSL73.33º11.02%48.04%-
HSV(B)73.33º19.85%53.33%-
XYZ20.7723.4617.9-
YUV131.13115.51127.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.67%
GREEN value IS 136 (53.52% from 255) = 36.27%
BLUE value IS 109 (42.97% from 255) = 29.07%
R=34.67%
G=36.27%
B=29.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1301361090.0400.200.4773.3311.0248.04
Hex82886D40142F49b30
Octal2022101554024571111360
Binary1000001010001000110110110001010010111110010011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82886D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82886D; }

 p { color: rgb(130,136,109); }

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

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

 a { background-color: rgb(130,136,109); }

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

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

 span { border-color: rgb(130,136,109); }

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