#848564

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

Shades of Bitter #848564

Tints of Bitter #848564

Color information

#848564 (or 0x848564) is unknown color: approx Bitter. HEX triplet: 84, 85 and 64. RGB value is (132,133,100). Sum of RGB (Red+Green+Blue) = 132+133+100=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 133 - color contains mainly: green. Hex color #848564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848564 is #7B7A9B. Grayscale: #818181. Windows color (decimal): -8092316 or 6587780. OLE color: 6587780.

HSL color Cylindrical-coordinate representation of color #848564: hue angle of 61.82º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #848564 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB132133100-
CMYK0.0100.250.48
HSL61.82º14.16%45.69%-
HSV(B)61.82º24.81%52.16%-
XYZ20.222.615.35-
YUV128.94111.67130.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.16%
GREEN value IS 133 (52.34% from 255) = 36.44%
BLUE value IS 100 (39.45% from 255) = 27.40%
R=36.16%
G=36.44%
B=27.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321331000.0100.250.4861.8214.1645.69
Hex8485641019303ee2e
Octal204205144103160761656
Binary1000010010000101110010010110011100001111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848564; }

 p { color: rgb(132,133,100); }

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

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

 a { background-color: rgb(132,133,100); }

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

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

 span { border-color: rgb(132,133,100); }

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