#82866D

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

Shades of Bitter #82866D

Tints of Bitter #82866D

Color information

#82866D (or 0x82866D) is unknown color: approx Bitter. HEX triplet: 82, 86 and 6D. RGB value is (130,134,109). Sum of RGB (Red+Green+Blue) = 130+134+109=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 134 - color contains mainly: green. Hex color #82866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82866D is #7D7992. Grayscale: #828282. Windows color (decimal): -8223123 or 7177858. OLE color: 7177858.

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

Color convert

RGB130134109-
CMYK0.0300.190.47
HSL69.6º10.29%47.65%-
HSV(B)69.6º18.66%52.55%-
XYZ20.4922.917.81-
YUV129.95116.17128.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.85%
GREEN value IS 134 (52.73% from 255) = 35.92%
BLUE value IS 109 (42.97% from 255) = 29.22%
R=34.85%
G=35.92%
B=29.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1301341090.0300.190.4769.610.2947.65
Hex82866D30132F46a30
Octal2022061553023571061260
Binary100000101000011011011011101001110111110001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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