#82865B

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

Shades of Bitter #82865B

Tints of Bitter #82865B

Color information

#82865B (or 0x82865B) is unknown color: approx Bitter. HEX triplet: 82, 86 and 5B. RGB value is (130,134,91). Sum of RGB (Red+Green+Blue) = 130+134+91=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 134 - color contains mainly: green. Hex color #82865B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82865B is #7D79A4. Grayscale: #808080. Windows color (decimal): -8223141 or 5998210. OLE color: 5998210.

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

Color convert

RGB13013491-
CMYK0.0300.320.47
HSL65.58º19.11%44.12%-
HSV(B)65.58º32.09%52.55%-
XYZ19.6222.5513.22-
YUV127.9107.17129.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.62%
GREEN value IS 134 (52.73% from 255) = 37.75%
BLUE value IS 91 (35.94% from 255) = 25.63%
R=36.62%
G=37.75%
B=25.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130134910.0300.320.4765.5819.1144.12
Hex82865B30202F42132c
Octal2022061333040571022354
Binary10000010100001101011011110100000101111100001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82865B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82865B; }

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

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

<style>
 a { background-color: #82865B; }

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

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

<style>
 span { border-color: #82865B; }

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

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