#82866E

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

Shades of Bitter #82866E

Tints of Bitter #82866E

Color information

#82866E (or 0x82866E) is unknown color: approx Bitter. HEX triplet: 82, 86 and 6E. RGB value is (130,134,110). Sum of RGB (Red+Green+Blue) = 130+134+110=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 134 - color contains mainly: green. Hex color #82866E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82866E is #7D7991. Grayscale: #828282. Windows color (decimal): -8223122 or 7243394. OLE color: 7243394.

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

Color convert

RGB130134110-
CMYK0.0300.180.47
HSL70º9.84%47.84%-
HSV(B)70º17.91%52.55%-
XYZ20.5522.9218.09-
YUV130.07116.67127.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.76%
GREEN value IS 134 (52.73% from 255) = 35.83%
BLUE value IS 110 (43.36% from 255) = 29.41%
R=34.76%
G=35.83%
B=29.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1301341100.0300.180.47709.8447.84
Hex82866E30122F46a30
Octal2022061563022571061260
Binary100000101000011011011101101001010111110001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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