#82846F

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

Shades of Bitter #82846F

Tints of Bitter #82846F

Color information

#82846F (or 0x82846F) is unknown color: approx Bitter. HEX triplet: 82, 84 and 6F. RGB value is (130,132,111). Sum of RGB (Red+Green+Blue) = 130+132+111=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 132 - color contains mainly: green. Hex color #82846F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82846F is #7D7B90. Grayscale: #818181. Windows color (decimal): -8223633 or 7308418. OLE color: 7308418.

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

Color convert

RGB130132111-
CMYK0.0200.160.48
HSL65.71º8.64%47.65%-
HSV(B)65.71º15.91%51.76%-
XYZ20.3322.418.29-
YUV129.01117.84128.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.85%
GREEN value IS 132 (51.95% from 255) = 35.39%
BLUE value IS 111 (43.75% from 255) = 29.76%
R=34.85%
G=35.39%
B=29.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1301321110.0200.160.4865.718.6447.65
Hex82846F20103042930
Octal2022041572020601021160
Binary100000101000010011011111001000011000010000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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