#82865D

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

Shades of Bitter #82865D

Tints of Bitter #82865D

Color information

#82865D (or 0x82865D) is unknown color: approx Bitter. HEX triplet: 82, 86 and 5D. RGB value is (130,134,93). Sum of RGB (Red+Green+Blue) = 130+134+93=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 134 - color contains mainly: green. Hex color #82865D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82865D is #7D79A2. Grayscale: #808080. Windows color (decimal): -8223139 or 6129282. OLE color: 6129282.

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

Color convert

RGB13013493-
CMYK0.0300.310.47
HSL65.85º18.06%44.51%-
HSV(B)65.85º30.6%52.55%-
XYZ19.7122.5913.68-
YUV128.13108.17129.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.41%
GREEN value IS 134 (52.73% from 255) = 37.54%
BLUE value IS 93 (36.72% from 255) = 26.05%
R=36.41%
G=37.54%
B=26.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130134930.0300.310.4765.8518.0644.51
Hex82865D301F2F42122d
Octal2022061353037571022255
Binary1000001010000110101110111011111101111100001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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