#82846E

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

Shades of Bitter #82846E

Tints of Bitter #82846E

Color information

#82846E (or 0x82846E) is unknown color: approx Bitter. HEX triplet: 82, 84 and 6E. RGB value is (130,132,110). Sum of RGB (Red+Green+Blue) = 130+132+110=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 132 - color contains mainly: green. Hex color #82846E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82846E is #7D7B91. Grayscale: #808080. Windows color (decimal): -8223634 or 7242882. OLE color: 7242882.

HSL color Cylindrical-coordinate representation of color #82846E: hue angle of 65.45º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #82846E is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB130132110-
CMYK0.0200.170.48
HSL65.45º9.09%47.45%-
HSV(B)65.45º16.67%51.76%-
XYZ20.2722.3718-
YUV128.89117.34128.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.95%
GREEN value IS 132 (51.95% from 255) = 35.48%
BLUE value IS 110 (43.36% from 255) = 29.57%
R=34.95%
G=35.48%
B=29.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1301321100.0200.170.4865.459.0947.45
Hex82846E2011304192f
Octal2022041562021601011157
Binary100000101000010011011101001000111000010000011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82846E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82846E; }

 p { color: rgb(130,132,110); }

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

<style>
 a { background-color: #82846E; }

 a { background-color: rgb(130,132,110); }

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

<style>
 span { border-color: #82846E; }

 span { border-color: rgb(130,132,110); }

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