#82846C

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

Shades of Bitter #82846C

Tints of Bitter #82846C

Color information

#82846C (or 0x82846C) is unknown color: approx Bitter. HEX triplet: 82, 84 and 6C. RGB value is (130,132,108). Sum of RGB (Red+Green+Blue) = 130+132+108=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 132 - color contains mainly: green. Hex color #82846C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82846C is #7D7B93. Grayscale: #808080. Windows color (decimal): -8223636 or 7111810. OLE color: 7111810.

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

Color convert

RGB130132108-
CMYK0.0200.180.48
HSL65º10%47.06%-
HSV(B)65º18.18%51.76%-
XYZ20.1622.3317.43-
YUV128.67116.34128.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.14%
GREEN value IS 132 (51.95% from 255) = 35.68%
BLUE value IS 108 (42.58% from 255) = 29.19%
R=35.14%
G=35.68%
B=29.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1301321080.0200.180.48651047.06
Hex82846C20123041a2f
Octal2022041542022601011257
Binary100000101000010011011001001001011000010000011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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