#82895B

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

Shades of Bitter #82895B

Tints of Bitter #82895B

Color information

#82895B (or 0x82895B) is unknown color: approx Bitter. HEX triplet: 82, 89 and 5B. RGB value is (130,137,91). Sum of RGB (Red+Green+Blue) = 130+137+91=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 137 - color contains mainly: green. Hex color #82895B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82895B is #7D76A4. Grayscale: #818181. Windows color (decimal): -8222373 or 5998978. OLE color: 5998978.

HSL color Cylindrical-coordinate representation of color #82895B: hue angle of 69.13º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #82895B is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB13013791-
CMYK0.0500.340.46
HSL69.13º20.18%44.71%-
HSV(B)69.13º33.58%53.73%-
XYZ20.0423.3913.36-
YUV129.66106.18128.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.31%
GREEN value IS 137 (53.91% from 255) = 38.27%
BLUE value IS 91 (35.94% from 255) = 25.42%
R=36.31%
G=38.27%
B=25.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130137910.0500.340.4669.1320.1844.71
Hex82895B50222E45142d
Octal2022111335042561052455
Binary100000101000100110110111010100010101110100010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82895B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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