#82895D

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

Shades of Bitter #82895D

Tints of Bitter #82895D

Color information

#82895D (or 0x82895D) is unknown color: approx Bitter. HEX triplet: 82, 89 and 5D. RGB value is (130,137,93). Sum of RGB (Red+Green+Blue) = 130+137+93=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 137 - color contains mainly: green. Hex color #82895D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82895D is #7D76A2. Grayscale: #828282. Windows color (decimal): -8222371 or 6130050. OLE color: 6130050.

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

Color convert

RGB13013793-
CMYK0.0500.320.46
HSL69.55º19.13%45.1%-
HSV(B)69.55º32.12%53.73%-
XYZ20.1323.4313.82-
YUV129.89107.18128.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.11%
GREEN value IS 137 (53.91% from 255) = 38.06%
BLUE value IS 93 (36.72% from 255) = 25.83%
R=36.11%
G=38.06%
B=25.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130137930.0500.320.4669.5519.1345.1
Hex82895D50202E46132d
Octal2022111355040561062355
Binary100000101000100110111011010100000101110100011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82895D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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